diff src/config.in @ 57397:8434603cae5b

config.in (HAVE_MALLOC_MALLOC_H): Regenerate macterm.c (mac_check_for_quit_char): Remove warning for using NULL where 0 should be used unexmacosx.c: Use malloc/malloc.h on Tiger instead of objc/malloc.h mac.c: Include time.h for Tiger compatibility
author Steven Tamm <steventamm@mac.com>
date Fri, 08 Oct 2004 18:38:17 +0000
parents 029c524b4a44
children 1293d7f90911 4f2f1522636c ff0e824afa37
line wrap: on
line diff
--- a/src/config.in	Fri Oct 08 18:36:47 2004 +0000
+++ b/src/config.in	Fri Oct 08 18:38:17 2004 +0000
@@ -352,6 +352,9 @@
 /* Define to 1 if you have the <maillock.h> header file. */
 #undef HAVE_MAILLOCK_H
 
+/* Define to 1 if you have the <malloc/malloc.h> header file. */
+#undef HAVE_MALLOC_MALLOC_H
+
 /* Define to 1 if you have the `mblen' function. */
 #undef HAVE_MBLEN
 
@@ -754,9 +757,9 @@
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
    automatically deduced at run-time.
-	STACK_DIRECTION > 0 => grows toward higher addresses
-	STACK_DIRECTION < 0 => grows toward lower addresses
-	STACK_DIRECTION = 0 => direction of growth unknown */
+        STACK_DIRECTION > 0 => grows toward higher addresses
+        STACK_DIRECTION < 0 => grows toward lower addresses
+        STACK_DIRECTION = 0 => direction of growth unknown */
 #undef STACK_DIRECTION
 
 /* Define to 1 if you have the ANSI C header files. */