[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/config.in
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] Changes to emacs/src/config.in |
Date: |
Tue, 26 Jul 2005 17:44:42 -0400 |
Index: emacs/src/config.in
diff -c emacs/src/config.in:1.210 emacs/src/config.in:1.211
*** emacs/src/config.in:1.210 Mon Jul 4 16:06:30 2005
--- emacs/src/config.in Tue Jul 26 21:44:41 2005
***************
*** 191,196 ****
--- 191,202 ----
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG
+ /* Define to 1 if you have the <getopt.h> header file. */
+ #undef HAVE_GETOPT_H
+
+ /* Define to 1 if you have the `getopt_long_only' function. */
+ #undef HAVE_GETOPT_LONG_ONLY
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
***************
*** 785,793 ****
/* 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 */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
--- 791,799 ----
/* 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 */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
***************
*** 845,850 ****
--- 851,860 ----
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
+
+ /* Define to rpl_ if the getopt replacement functions and variables should be
+ used. */
+ #undef __GETOPT_PREFIX
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES