summaryrefslogtreecommitdiffstats
path: root/Mac/Include/config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-11-05 15:54:46 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-11-05 15:54:46 (GMT)
commitf941acda6007b1b0443b58169b067826389ce6cb (patch)
tree95d52dfb3ad0110757e3087cee163055fafc853a /Mac/Include/config.h
parent58fa818c0852eb487a0ed4c0485a1f1c363b12f7 (diff)
downloadcpython-f941acda6007b1b0443b58169b067826389ce6cb.zip
cpython-f941acda6007b1b0443b58169b067826389ce6cb.tar.gz
cpython-f941acda6007b1b0443b58169b067826389ce6cb.tar.bz2
Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H
since we have these in the current CW release (and probably already had them quite some time, but never added the defines).
Diffstat (limited to 'Mac/Include/config.h')
-rw-r--r--Mac/Include/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index 61a002b..e1ab9ab 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -51,7 +51,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define HAVE_FOPENRF
#endif
-#define HAVE_MKTIME
#ifdef __MWERKS__
#define HAVE_STRFTIME
#ifndef __MC68K__
@@ -62,7 +61,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#endif
#endif
+#define HAVE_LIMITS_H
+#define HAVE_MEMMOVE
#define CHECK_IMPORT_CASE
+#define HAVE_STRERROR
+#define HAVE_LOCALE_H
+#define HAVE_MKTIME
#ifdef USE_GUSI
/* GUSI provides a lot of unixisms */