summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-02-13 08:28:10 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-02-13 08:28:10 +0000
commit5cfe63ffe33828c857fbc54031f5622bf3c84726 (patch)
treec15cd64430134e2d99a0dbf9f1a6ddce59115f16 /mac
parente5a4ac9d70f0d6feaa1d6456693d698c8939571e (diff)
downloademacs-5cfe63ffe33828c857fbc54031f5622bf3c84726.tar.gz
Sync with src/config.in.
Diffstat (limited to 'mac')
-rw-r--r--mac/inc/config.h12
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. */
don't. */
/* #undef HAVE_DECL_SYS_SIGLIST */
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+ */
+/* #undef HAVE_DECL_TZNAME */
+
/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
don't. */
/* #undef HAVE_DECL___SYS_SIGLIST */
@@ -256,6 +260,9 @@ Boston, MA 02110-1301, USA. */
/* Define to 1 if you have the `gtk_file_selection_new' function. */
/* #undef HAVE_GTK_FILE_SELECTION_NEW */
+/* Define to 1 if you have the `gtk_main' function. */
+/* #undef HAVE_GTK_MAIN */
+
/* Define to 1 if GTK can handle more than one display. */
/* #undef HAVE_GTK_MULTIDISPLAY */
@@ -727,6 +734,9 @@ Boston, MA 02110-1301, USA. */
/* Define to 1 if you're using XFree386. */
/* #undef HAVE_XFREE386 */
+/* Define to 1 if you have the Xft library. */
+/* #undef HAVE_XFT */
+
/* Define to 1 if XIM is available */
/* #undef HAVE_XIM */
@@ -820,7 +830,7 @@ Boston, MA 02110-1301, 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.
+ automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */