comparison src/config.in @ 112403:c81ff7082a9a

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 21 Jan 2011 16:12:10 -0800
parents 19348bd13f81
children 16ddab338c43
comparison
equal deleted inserted replaced
112402:a102f5772eaa 112403:c81ff7082a9a
25 think they can include it as many times as they like. */ 25 think they can include it as many times as they like. */
26 #ifndef EMACS_CONFIG_H 26 #ifndef EMACS_CONFIG_H
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
37 /* Define if Emacs cannot be dumped on your system. */ 33 /* Define if Emacs cannot be dumped on your system. */
38 #undef CANNOT_DUMP 34 #undef CANNOT_DUMP
85 #undef GETPGRP_VOID 81 #undef GETPGRP_VOID
86 82
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
102 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ 89 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
103 #undef HAVE_AIX_SMT_EXP 90 #undef HAVE_AIX_SMT_EXP
750 #undef HAVE_SOUNDCARD_H 737 #undef HAVE_SOUNDCARD_H
751 738
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
761 /* Define to 1 if you have the <stdio_ext.h> header file. */ 745 /* Define to 1 if you have the <stdio_ext.h> header file. */
762 #undef HAVE_STDIO_EXT_H 746 #undef HAVE_STDIO_EXT_H
866 /* Define to 1 if you have the tiff library (-ltiff). */ 850 /* Define to 1 if you have the tiff library (-ltiff). */
867 #undef HAVE_TIFF 851 #undef HAVE_TIFF
868 852
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
872 /* Define to 1 if you have the <time.h> header file. */
873 #undef HAVE_TIME_H
874 855
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
878 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 859 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use