diff options
| author | Paul Eggert | 2005-07-26 21:44:41 +0000 |
|---|---|---|
| committer | Paul Eggert | 2005-07-26 21:44:41 +0000 |
| commit | 52dbaac8bab7858f3bd7e204431e12154309cde8 (patch) | |
| tree | e5a030a1f487f8d9d4722ff0fb6b98a7bec73dd4 /src | |
| parent | 9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c (diff) | |
| download | emacs-52dbaac8bab7858f3bd7e204431e12154309cde8.tar.gz emacs-52dbaac8bab7858f3bd7e204431e12154309cde8.zip | |
Regenerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in index d3369641a8f..f2afed2ecb1 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -191,6 +191,12 @@ Boston, MA 02110-1301, USA. */ | |||
| 191 | /* Define to 1 if you have the `getloadavg' function. */ | 191 | /* Define to 1 if you have the `getloadavg' function. */ |
| 192 | #undef HAVE_GETLOADAVG | 192 | #undef HAVE_GETLOADAVG |
| 193 | 193 | ||
| 194 | /* Define to 1 if you have the <getopt.h> header file. */ | ||
| 195 | #undef HAVE_GETOPT_H | ||
| 196 | |||
| 197 | /* Define to 1 if you have the `getopt_long_only' function. */ | ||
| 198 | #undef HAVE_GETOPT_LONG_ONLY | ||
| 199 | |||
| 194 | /* Define to 1 if you have the `getpagesize' function. */ | 200 | /* Define to 1 if you have the `getpagesize' function. */ |
| 195 | #undef HAVE_GETPAGESIZE | 201 | #undef HAVE_GETPAGESIZE |
| 196 | 202 | ||
| @@ -785,9 +791,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 785 | /* If using the C implementation of alloca, define if you know the | 791 | /* If using the C implementation of alloca, define if you know the |
| 786 | direction of stack growth for your system; otherwise it will be | 792 | direction of stack growth for your system; otherwise it will be |
| 787 | automatically deduced at run-time. | 793 | automatically deduced at run-time. |
| 788 | STACK_DIRECTION > 0 => grows toward higher addresses | 794 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 789 | STACK_DIRECTION < 0 => grows toward lower addresses | 795 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 790 | STACK_DIRECTION = 0 => direction of growth unknown */ | 796 | STACK_DIRECTION = 0 => direction of growth unknown */ |
| 791 | #undef STACK_DIRECTION | 797 | #undef STACK_DIRECTION |
| 792 | 798 | ||
| 793 | /* Define to 1 if you have the ANSI C header files. */ | 799 | /* Define to 1 if you have the ANSI C header files. */ |
| @@ -846,6 +852,10 @@ Boston, MA 02110-1301, USA. */ | |||
| 846 | /* Define for large files, on AIX-style hosts. */ | 852 | /* Define for large files, on AIX-style hosts. */ |
| 847 | #undef _LARGE_FILES | 853 | #undef _LARGE_FILES |
| 848 | 854 | ||
| 855 | /* Define to rpl_ if the getopt replacement functions and variables should be | ||
| 856 | used. */ | ||
| 857 | #undef __GETOPT_PREFIX | ||
| 858 | |||
| 849 | /* Define like PROTOTYPES; this can be used by system headers. */ | 859 | /* Define like PROTOTYPES; this can be used by system headers. */ |
| 850 | #undef __PROTOTYPES | 860 | #undef __PROTOTYPES |
| 851 | 861 | ||