diff options
| author | Paul Eggert | 2011-01-21 16:13:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-21 16:13:42 -0800 |
| commit | 7d77be379f282812eec91436b174d3d00c010cb5 (patch) | |
| tree | 5697f480552fbbf7b5d35beecf7dd8a8200beafe /src | |
| parent | f205c6e78b18365fef34192a66d139796d051f51 (diff) | |
| parent | b06b1098fc4c4ee793c87c4b4b63366a1422d64f (diff) | |
| download | emacs-7d77be379f282812eec91436b174d3d00c010cb5.tar.gz emacs-7d77be379f282812eec91436b174d3d00c010cb5.zip | |
Merge: src/config.in: shrink slightly
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/config.in b/src/config.in index 62e83eea334..c706be3e865 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -27,10 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 27 | #define EMACS_CONFIG_H | 27 | #define EMACS_CONFIG_H |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | /* Define if the compiler is building for multiple architectures of Apple | ||
| 31 | platforms at once. */ | ||
| 32 | #undef AA_APPLE_UNIVERSAL_BUILD | ||
| 33 | |||
| 34 | /* Define if building universal (internal helper macro) */ | 30 | /* Define if building universal (internal helper macro) */ |
| 35 | #undef AC_APPLE_UNIVERSAL_BUILD | 31 | #undef AC_APPLE_UNIVERSAL_BUILD |
| 36 | 32 | ||
| @@ -87,15 +83,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 87 | /* Define to 1 if gettimeofday accepts only one argument. */ | 83 | /* Define to 1 if gettimeofday accepts only one argument. */ |
| 88 | #undef GETTIMEOFDAY_ONE_ARGUMENT | 84 | #undef GETTIMEOFDAY_ONE_ARGUMENT |
| 89 | 85 | ||
| 90 | /* Define to 1 when the gnulib module getopt-gnu should be tested. */ | ||
| 91 | #undef GNULIB_TEST_GETOPT_GNU | ||
| 92 | |||
| 93 | /* Define to 1 when the gnulib module mktime should be tested. */ | ||
| 94 | #undef GNULIB_TEST_MKTIME | ||
| 95 | |||
| 96 | /* Define to 1 when the gnulib module time_r should be tested. */ | ||
| 97 | #undef GNULIB_TEST_TIME_R | ||
| 98 | |||
| 99 | /* Define to 1 if you want to use the GNU memory allocator. */ | 86 | /* Define to 1 if you want to use the GNU memory allocator. */ |
| 100 | #undef GNU_MALLOC | 87 | #undef GNU_MALLOC |
| 101 | 88 | ||
| @@ -752,9 +739,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 752 | /* Define to 1 if `speed_t' is declared by <termios.h>. */ | 739 | /* Define to 1 if `speed_t' is declared by <termios.h>. */ |
| 753 | #undef HAVE_SPEED_T | 740 | #undef HAVE_SPEED_T |
| 754 | 741 | ||
| 755 | /* Define to 1 if you have the <stddef.h> header file. */ | ||
| 756 | #undef HAVE_STDDEF_H | ||
| 757 | |||
| 758 | /* Define to 1 if you have the <stdint.h> header file. */ | 742 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 759 | #undef HAVE_STDINT_H | 743 | #undef HAVE_STDINT_H |
| 760 | 744 | ||
| @@ -869,9 +853,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 869 | /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */ | 853 | /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */ |
| 870 | #undef HAVE_TIMEVAL | 854 | #undef HAVE_TIMEVAL |
| 871 | 855 | ||
| 872 | /* Define to 1 if you have the <time.h> header file. */ | ||
| 873 | #undef HAVE_TIME_H | ||
| 874 | |||
| 875 | /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ | 856 | /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ |
| 876 | #undef HAVE_TM_GMTOFF | 857 | #undef HAVE_TM_GMTOFF |
| 877 | 858 | ||