emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/inc/config.h,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/mac/inc/config.h,v
Date: Tue, 13 Feb 2007 08:28:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   07/02/13 08:28:10

Index: config.h
===================================================================
RCS file: /cvsroot/emacs/emacs/mac/inc/config.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- config.h    16 Jan 2007 02:34:26 -0000      1.18
+++ config.h    13 Feb 2007 08:28:10 -0000      1.19
@@ -132,6 +132,10 @@
    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 @@
 /* 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 @@
 /* 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 @@
 
 /* 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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]