diff options
| author | Steven Tamm | 2004-10-08 18:38:17 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-10-08 18:38:17 +0000 |
| commit | f7f3a65fc0ce84e01d404230782619edc2bc590a (patch) | |
| tree | d510f8c22be722372a9d756f210ecb7d905f8db8 /src/config.in | |
| parent | cef11da29920a67e534b01241c47ee379926210e (diff) | |
| download | emacs-f7f3a65fc0ce84e01d404230782619edc2bc590a.tar.gz emacs-f7f3a65fc0ce84e01d404230782619edc2bc590a.zip | |
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.in | 9 |
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. */ | |||
| 352 | /* Define to 1 if you have the <maillock.h> header file. */ | 352 | /* Define to 1 if you have the <maillock.h> header file. */ |
| 353 | #undef HAVE_MAILLOCK_H | 353 | #undef HAVE_MAILLOCK_H |
| 354 | 354 | ||
| 355 | /* Define to 1 if you have the <malloc/malloc.h> header file. */ | ||
| 356 | #undef HAVE_MALLOC_MALLOC_H | ||
| 357 | |||
| 355 | /* Define to 1 if you have the `mblen' function. */ | 358 | /* Define to 1 if you have the `mblen' function. */ |
| 356 | #undef HAVE_MBLEN | 359 | #undef HAVE_MBLEN |
| 357 | 360 | ||
| @@ -754,9 +757,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 754 | /* If using the C implementation of alloca, define if you know the | 757 | /* If using the C implementation of alloca, define if you know the |
| 755 | direction of stack growth for your system; otherwise it will be | 758 | direction of stack growth for your system; otherwise it will be |
| 756 | automatically deduced at run-time. | 759 | automatically deduced at run-time. |
| 757 | STACK_DIRECTION > 0 => grows toward higher addresses | 760 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 758 | STACK_DIRECTION < 0 => grows toward lower addresses | 761 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 759 | STACK_DIRECTION = 0 => direction of growth unknown */ | 762 | STACK_DIRECTION = 0 => direction of growth unknown */ |
| 760 | #undef STACK_DIRECTION | 763 | #undef STACK_DIRECTION |
| 761 | 764 | ||
| 762 | /* Define to 1 if you have the ANSI C header files. */ | 765 | /* Define to 1 if you have the ANSI C header files. */ |