summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorSteven Tamm <steventamm@mac.com>2004-10-08 18:38:17 +0000
committerSteven Tamm <steventamm@mac.com>2004-10-08 18:38:17 +0000
commitf7f3a65fc0ce84e01d404230782619edc2bc590a (patch)
treed510f8c22be722372a9d756f210ecb7d905f8db8 /src/config.in
parentcef11da29920a67e534b01241c47ee379926210e (diff)
downloademacs-f7f3a65fc0ce84e01d404230782619edc2bc590a.tar.gz
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
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in
index cc37606b713..49095ca4e5a 100644
--- a/src/config.in
+++ b/src/config.in
@@ -352,6 +352,9 @@ Boston, MA 02111-1307, USA. */
/* 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 @@ Boston, MA 02111-1307, USA. */
/* 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. */