aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-01-21 16:12:10 -0800
committerPaul Eggert2011-01-21 16:12:10 -0800
commitb06b1098fc4c4ee793c87c4b4b63366a1422d64f (patch)
treeb5b3eeb54bf3287c54de333ee1b31eebf3ad5fb7 /src
parent925e561d3257c74833d68b809ff3dc0d96f284a5 (diff)
downloademacs-b06b1098fc4c4ee793c87c4b4b63366a1422d64f.tar.gz
emacs-b06b1098fc4c4ee793c87c4b4b63366a1422d64f.zip
src/config.in: shrink slightly
* configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS. This makes src/config.in a bit smaller, by removing identifiers like GNULIB_TEST_MKTIME that Emacs does not need. * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4: * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4: Sync from gnulib. This removes a few more unnecessary symbols from src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H. * configure, src/config.in: Regenerate.
Diffstat (limited to 'src')
-rw-r--r--src/config.in19
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