mirror of https://github.com/python/cpython
DO_TIMES must now be defined in the Makefile
This commit is contained in:
parent
38fbf52b8e
commit
423d6c6bca
|
@ -34,10 +34,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define NO_UNAME
|
||||
#endif
|
||||
|
||||
#ifndef MSDOS
|
||||
#define DO_TIMES /* Comment this out if it causes trouble */
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <setjmp.h>
|
||||
|
|
Loading…
Reference in New Issue