diff options
author | Guido van Rossum <guido@python.org> | 1994-08-23 13:28:34 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-23 13:28:34 (GMT) |
commit | 29e7af07f064431e21958bac29638b21c154208a (patch) | |
tree | c75e82ab1a52adeee2f524ec3478aa8ba7d13135 /Mac/Include | |
parent | bd851cd167008e9f374c717b52bf0ba4be3f26c6 (diff) | |
download | cpython-29e7af07f064431e21958bac29638b21c154208a.zip cpython-29e7af07f064431e21958bac29638b21c154208a.tar.gz cpython-29e7af07f064431e21958bac29638b21c154208a.tar.bz2 |
Some more changes
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index c92f1a6..7b98e95 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -1,6 +1,6 @@ /* config.h for Macintosh THINK C 6.0. */ -/* Define if on Macintosh (THINK C or MPW */ +/* Define if on Macintosh (THINK_C or MPW should also be defined) */ #define macintosh /* Define if on AIX 3. @@ -166,7 +166,7 @@ #undef HAVE_GETTIMEOFDAY /* Define if you have getwd. */ -#define HAVE_GETWD 1 +#undef HAVE_GETWD /* Define if you have link. */ #undef HAVE_LINK |