aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2010-04-27 08:20:03 +0200
committerJan Djärv2010-04-27 08:20:03 +0200
commit08b47d3d1937fa998bd0f40734599ca51a4728a8 (patch)
treed37ed0e60c5a8297a12668b7627631f8ff17a1c8 /src
parented6281b066a0c183b3bdd8473dd412ca72cb173e (diff)
downloademacs-08b47d3d1937fa998bd0f40734599ca51a4728a8.tar.gz
emacs-08b47d3d1937fa998bd0f40734599ca51a4728a8.zip
Regenerate configure and cibfig.in
Diffstat (limited to 'src')
-rw-r--r--src/config.in68
1 files changed, 31 insertions, 37 deletions
diff --git a/src/config.in b/src/config.in
index 8c4b81a189e..cb898e5278f 100644
--- a/src/config.in
+++ b/src/config.in
@@ -318,10 +318,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
318/* Define to 1 if you have the <kerberos/krb.h> header file. */ 318/* Define to 1 if you have the <kerberos/krb.h> header file. */
319#undef HAVE_KERBEROS_KRB_H 319#undef HAVE_KERBEROS_KRB_H
320 320
321/* Define to 1 if `e_text' is a member of `krb5_error'. */ 321/* Define to 1 if `e_text' is member of `krb5_error'. */
322#undef HAVE_KRB5_ERROR_E_TEXT 322#undef HAVE_KRB5_ERROR_E_TEXT
323 323
324/* Define to 1 if `text' is a member of `krb5_error'. */ 324/* Define to 1 if `text' is member of `krb5_error'. */
325#undef HAVE_KRB5_ERROR_TEXT 325#undef HAVE_KRB5_ERROR_TEXT
326 326
327/* Define to 1 if you have the <krb5.h> header file. */ 327/* Define to 1 if you have the <krb5.h> header file. */
@@ -609,25 +609,25 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
609/* Define to 1 if you have the `strsignal' function. */ 609/* Define to 1 if you have the `strsignal' function. */
610#undef HAVE_STRSIGNAL 610#undef HAVE_STRSIGNAL
611 611
612/* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */ 612/* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
613#undef HAVE_STRUCT_IFREQ_IFR_ADDR 613#undef HAVE_STRUCT_IFREQ_IFR_ADDR
614 614
615/* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */ 615/* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
616#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR 616#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
617 617
618/* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */ 618/* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
619#undef HAVE_STRUCT_IFREQ_IFR_FLAGS 619#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
620 620
621/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */ 621/* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
622#undef HAVE_STRUCT_IFREQ_IFR_HWADDR 622#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
623 623
624/* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */ 624/* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
625#undef HAVE_STRUCT_IFREQ_IFR_NETMASK 625#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
626 626
627/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ 627/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
628#undef HAVE_STRUCT_NLIST_N_UN_N_NAME 628#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
629 629
630/* Define to 1 if `tm_zone' is a member of `struct tm'. */ 630/* Define to 1 if `tm_zone' is member of `struct tm'. */
631#undef HAVE_STRUCT_TM_TM_ZONE 631#undef HAVE_STRUCT_TM_TM_ZONE
632 632
633/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ 633/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
@@ -854,9 +854,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
854/* Define to the one symbol short name of this package. */ 854/* Define to the one symbol short name of this package. */
855#undef PACKAGE_TARNAME 855#undef PACKAGE_TARNAME
856 856
857/* Define to the home page for this package. */
858#undef PACKAGE_URL
859
860/* Define to the version of this package. */ 857/* Define to the version of this package. */
861#undef PACKAGE_VERSION 858#undef PACKAGE_VERSION
862 859
@@ -913,28 +910,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
913/* Define to 1 if using the Motif X toolkit. */ 910/* Define to 1 if using the Motif X toolkit. */
914#undef USE_MOTIF 911#undef USE_MOTIF
915 912
916/* Enable extensions on AIX 3, Interix. */
917#ifndef _ALL_SOURCE
918# undef _ALL_SOURCE
919#endif
920/* Enable GNU extensions on systems that have them. */
921#ifndef _GNU_SOURCE
922# undef _GNU_SOURCE
923#endif
924/* Enable threading extensions on Solaris. */
925#ifndef _POSIX_PTHREAD_SEMANTICS
926# undef _POSIX_PTHREAD_SEMANTICS
927#endif
928/* Enable extensions on HP NonStop. */
929#ifndef _TANDEM_SOURCE
930# undef _TANDEM_SOURCE
931#endif
932/* Enable general extensions on Solaris. */
933#ifndef __EXTENSIONS__
934# undef __EXTENSIONS__
935#endif
936
937
938/* Define to 1 if we should use toolkit scroll bars. */ 913/* Define to 1 if we should use toolkit scroll bars. */
939#undef USE_TOOLKIT_SCROLL_BARS 914#undef USE_TOOLKIT_SCROLL_BARS
940 915
@@ -970,6 +945,28 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
970/* Define to 1 if you need to in order for `stat' and other things to work. */ 945/* Define to 1 if you need to in order for `stat' and other things to work. */
971#undef _POSIX_SOURCE 946#undef _POSIX_SOURCE
972 947
948/* Enable extensions on AIX 3, Interix. */
949#ifndef _ALL_SOURCE
950# undef _ALL_SOURCE
951#endif
952/* Enable GNU extensions on systems that have them. */
953#ifndef _GNU_SOURCE
954# undef _GNU_SOURCE
955#endif
956/* Enable threading extensions on Solaris. */
957#ifndef _POSIX_PTHREAD_SEMANTICS
958# undef _POSIX_PTHREAD_SEMANTICS
959#endif
960/* Enable extensions on HP NonStop. */
961#ifndef _TANDEM_SOURCE
962# undef _TANDEM_SOURCE
963#endif
964/* Enable general extensions on Solaris. */
965#ifndef __EXTENSIONS__
966# undef __EXTENSIONS__
967#endif
968
969
973/* Define to rpl_ if the getopt replacement functions and variables should be 970/* Define to rpl_ if the getopt replacement functions and variables should be
974 used. */ 971 used. */
975#undef __GETOPT_PREFIX 972#undef __GETOPT_PREFIX
@@ -1069,9 +1066,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1069 parallel this exactly since GNUstep is multi-OS. */ 1066 parallel this exactly since GNUstep is multi-OS. */
1070#ifdef HAVE_NS 1067#ifdef HAVE_NS
1071# ifdef NS_IMPL_GNUSTEP 1068# ifdef NS_IMPL_GNUSTEP
1072/* See also .m.o rule in Makefile.in */
1073/* FIXME: are all these flags really needed? Document here why. */
1074# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
1075/* GNUstep needs a bit more pure memory. Of the existing knobs, 1069/* GNUstep needs a bit more pure memory. Of the existing knobs,
1076SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ 1070SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
1077# define SYSTEM_PURESIZE_EXTRA 30000 1071# define SYSTEM_PURESIZE_EXTRA 30000