diff options
| author | YAMAMOTO Mitsuharu | 2007-02-13 08:28:10 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-02-13 08:28:10 +0000 |
| commit | 5cfe63ffe33828c857fbc54031f5622bf3c84726 (patch) | |
| tree | c15cd64430134e2d99a0dbf9f1a6ddce59115f16 | |
| parent | e5a4ac9d70f0d6feaa1d6456693d698c8939571e (diff) | |
| download | emacs-5cfe63ffe33828c857fbc54031f5622bf3c84726.tar.gz emacs-5cfe63ffe33828c857fbc54031f5622bf3c84726.zip | |
Sync with src/config.in.
| -rw-r--r-- | mac/inc/config.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index 3f1aa1ed941..b9fb9a6d8cf 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h | |||
| @@ -132,6 +132,10 @@ Boston, MA 02110-1301, USA. */ | |||
| 132 | don't. */ | 132 | don't. */ |
| 133 | /* #undef HAVE_DECL_SYS_SIGLIST */ | 133 | /* #undef HAVE_DECL_SYS_SIGLIST */ |
| 134 | 134 | ||
| 135 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. | ||
| 136 | */ | ||
| 137 | /* #undef HAVE_DECL_TZNAME */ | ||
| 138 | |||
| 135 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you | 139 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you |
| 136 | don't. */ | 140 | don't. */ |
| 137 | /* #undef HAVE_DECL___SYS_SIGLIST */ | 141 | /* #undef HAVE_DECL___SYS_SIGLIST */ |
| @@ -256,6 +260,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 256 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ | 260 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ |
| 257 | /* #undef HAVE_GTK_FILE_SELECTION_NEW */ | 261 | /* #undef HAVE_GTK_FILE_SELECTION_NEW */ |
| 258 | 262 | ||
| 263 | /* Define to 1 if you have the `gtk_main' function. */ | ||
| 264 | /* #undef HAVE_GTK_MAIN */ | ||
| 265 | |||
| 259 | /* Define to 1 if GTK can handle more than one display. */ | 266 | /* Define to 1 if GTK can handle more than one display. */ |
| 260 | /* #undef HAVE_GTK_MULTIDISPLAY */ | 267 | /* #undef HAVE_GTK_MULTIDISPLAY */ |
| 261 | 268 | ||
| @@ -727,6 +734,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 727 | /* Define to 1 if you're using XFree386. */ | 734 | /* Define to 1 if you're using XFree386. */ |
| 728 | /* #undef HAVE_XFREE386 */ | 735 | /* #undef HAVE_XFREE386 */ |
| 729 | 736 | ||
| 737 | /* Define to 1 if you have the Xft library. */ | ||
| 738 | /* #undef HAVE_XFT */ | ||
| 739 | |||
| 730 | /* Define to 1 if XIM is available */ | 740 | /* Define to 1 if XIM is available */ |
| 731 | /* #undef HAVE_XIM */ | 741 | /* #undef HAVE_XIM */ |
| 732 | 742 | ||
| @@ -820,7 +830,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 820 | 830 | ||
| 821 | /* If using the C implementation of alloca, define if you know the | 831 | /* If using the C implementation of alloca, define if you know the |
| 822 | direction of stack growth for your system; otherwise it will be | 832 | direction of stack growth for your system; otherwise it will be |
| 823 | automatically deduced at run-time. | 833 | automatically deduced at runtime. |
| 824 | STACK_DIRECTION > 0 => grows toward higher addresses | 834 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 825 | STACK_DIRECTION < 0 => grows toward lower addresses | 835 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 826 | STACK_DIRECTION = 0 => direction of growth unknown */ | 836 | STACK_DIRECTION = 0 => direction of growth unknown */ |