aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-06-02 22:47:09 -0700
committerGlenn Morris2010-06-02 22:47:09 -0700
commitb282c2e75e98348d02606f06ad5d67681f1b06f4 (patch)
treef13adf71c14c79dca04abc968bc19ee78cc4086f /src
parent2db4b11ebd8a89f4f2089ae92e567fa58ec47053 (diff)
downloademacs-b282c2e75e98348d02606f06ad5d67681f1b06f4.tar.gz
emacs-b282c2e75e98348d02606f06ad5d67681f1b06f4.zip
Regenerate src/config.in.
Diffstat (limited to 'src')
-rw-r--r--src/config.in79
1 files changed, 36 insertions, 43 deletions
diff --git a/src/config.in b/src/config.in
index 16d788fd7a2..1197a01e8f7 100644
--- a/src/config.in
+++ b/src/config.in
@@ -312,10 +312,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
312/* Define to 1 if you have the <kerberos/krb.h> header file. */ 312/* Define to 1 if you have the <kerberos/krb.h> header file. */
313#undef HAVE_KERBEROS_KRB_H 313#undef HAVE_KERBEROS_KRB_H
314 314
315/* Define to 1 if `e_text' is a member of `krb5_error'. */ 315/* Define to 1 if `e_text' is member of `krb5_error'. */
316#undef HAVE_KRB5_ERROR_E_TEXT 316#undef HAVE_KRB5_ERROR_E_TEXT
317 317
318/* Define to 1 if `text' is a member of `krb5_error'. */ 318/* Define to 1 if `text' is member of `krb5_error'. */
319#undef HAVE_KRB5_ERROR_TEXT 319#undef HAVE_KRB5_ERROR_TEXT
320 320
321/* Define to 1 if you have the <krb5.h> header file. */ 321/* Define to 1 if you have the <krb5.h> header file. */
@@ -606,25 +606,25 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
606/* Define to 1 if you have the `strsignal' function. */ 606/* Define to 1 if you have the `strsignal' function. */
607#undef HAVE_STRSIGNAL 607#undef HAVE_STRSIGNAL
608 608
609/* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */ 609/* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
610#undef HAVE_STRUCT_IFREQ_IFR_ADDR 610#undef HAVE_STRUCT_IFREQ_IFR_ADDR
611 611
612/* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */ 612/* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
613#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR 613#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
614 614
615/* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */ 615/* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
616#undef HAVE_STRUCT_IFREQ_IFR_FLAGS 616#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
617 617
618/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */ 618/* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
619#undef HAVE_STRUCT_IFREQ_IFR_HWADDR 619#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
620 620
621/* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */ 621/* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
622#undef HAVE_STRUCT_IFREQ_IFR_NETMASK 622#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
623 623
624/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ 624/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
625#undef HAVE_STRUCT_NLIST_N_UN_N_NAME 625#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
626 626
627/* Define to 1 if `tm_zone' is a member of `struct tm'. */ 627/* Define to 1 if `tm_zone' is member of `struct tm'. */
628#undef HAVE_STRUCT_TM_TM_ZONE 628#undef HAVE_STRUCT_TM_TM_ZONE
629 629
630/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ 630/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
@@ -853,9 +853,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
853/* Define to the one symbol short name of this package. */ 853/* Define to the one symbol short name of this package. */
854#undef PACKAGE_TARNAME 854#undef PACKAGE_TARNAME
855 855
856/* Define to the home page for this package. */
857#undef PACKAGE_URL
858
859/* Define to the version of this package. */ 856/* Define to the version of this package. */
860#undef PACKAGE_VERSION 857#undef PACKAGE_VERSION
861 858
@@ -915,28 +912,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
915/* Define to 1 if using the Motif X toolkit. */ 912/* Define to 1 if using the Motif X toolkit. */
916#undef USE_MOTIF 913#undef USE_MOTIF
917 914
918/* Enable extensions on AIX 3, Interix. */
919#ifndef _ALL_SOURCE
920# undef _ALL_SOURCE
921#endif
922/* Enable GNU extensions on systems that have them. */
923#ifndef _GNU_SOURCE
924# undef _GNU_SOURCE
925#endif
926/* Enable threading extensions on Solaris. */
927#ifndef _POSIX_PTHREAD_SEMANTICS
928# undef _POSIX_PTHREAD_SEMANTICS
929#endif
930/* Enable extensions on HP NonStop. */
931#ifndef _TANDEM_SOURCE
932# undef _TANDEM_SOURCE
933#endif
934/* Enable general extensions on Solaris. */
935#ifndef __EXTENSIONS__
936# undef __EXTENSIONS__
937#endif
938
939
940/* Define to 1 if we should use toolkit scroll bars. */ 915/* Define to 1 if we should use toolkit scroll bars. */
941#undef USE_TOOLKIT_SCROLL_BARS 916#undef USE_TOOLKIT_SCROLL_BARS
942 917
@@ -972,6 +947,28 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
972/* Define to 1 if you need to in order for `stat' and other things to work. */ 947/* Define to 1 if you need to in order for `stat' and other things to work. */
973#undef _POSIX_SOURCE 948#undef _POSIX_SOURCE
974 949
950/* Enable extensions on AIX 3, Interix. */
951#ifndef _ALL_SOURCE
952# undef _ALL_SOURCE
953#endif
954/* Enable GNU extensions on systems that have them. */
955#ifndef _GNU_SOURCE
956# undef _GNU_SOURCE
957#endif
958/* Enable threading extensions on Solaris. */
959#ifndef _POSIX_PTHREAD_SEMANTICS
960# undef _POSIX_PTHREAD_SEMANTICS
961#endif
962/* Enable extensions on HP NonStop. */
963#ifndef _TANDEM_SOURCE
964# undef _TANDEM_SOURCE
965#endif
966/* Enable general extensions on Solaris. */
967#ifndef __EXTENSIONS__
968# undef __EXTENSIONS__
969#endif
970
971
975/* Define to rpl_ if the getopt replacement functions and variables should be 972/* Define to rpl_ if the getopt replacement functions and variables should be
976 used. */ 973 used. */
977#undef __GETOPT_PREFIX 974#undef __GETOPT_PREFIX
@@ -1106,13 +1103,8 @@ SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
1106 1103
1107/* Some of the files of Emacs which are intended for use with other 1104/* Some of the files of Emacs which are intended for use with other
1108 programs assume that if you have a config.h file, you must declare 1105 programs assume that if you have a config.h file, you must declare
1109 the type of getenv. 1106 the type of getenv. */
1110
1111 This declaration shouldn't appear when alloca.s or Makefile.in
1112 includes config.h. */
1113#ifndef NOT_C_CODE
1114extern char *getenv (); 1107extern char *getenv ();
1115#endif
1116 1108
1117/* These default definitions are good for almost all machines. 1109/* These default definitions are good for almost all machines.
1118 The exceptions override them in m/MACHINE.h. */ 1110 The exceptions override them in m/MACHINE.h. */
@@ -1153,17 +1145,18 @@ extern char *getenv ();
1153# endif /* GCC. */ 1145# endif /* GCC. */
1154#endif /* __P */ 1146#endif /* __P */
1155 1147
1156/* Don't include "string.h" or <stdlib.h> in non-C code. */
1157#ifndef NOT_C_CODE
1158#ifdef HAVE_STRING_H 1148#ifdef HAVE_STRING_H
1159#include "string.h" 1149#include "string.h"
1160#endif 1150#endif
1151
1161#ifdef HAVE_STRINGS_H 1152#ifdef HAVE_STRINGS_H
1162#include "strings.h" /* May be needed for bcopy & al. */ 1153#include "strings.h" /* May be needed for bcopy & al. */
1163#endif 1154#endif
1155
1164#ifdef HAVE_STDLIB_H 1156#ifdef HAVE_STDLIB_H
1165#include <stdlib.h> 1157#include <stdlib.h>
1166#endif 1158#endif
1159
1167#ifdef HAVE_ALLOCA_H 1160#ifdef HAVE_ALLOCA_H
1168# include <alloca.h> 1161# include <alloca.h>
1169#elif defined __GNUC__ 1162#elif defined __GNUC__
@@ -1177,10 +1170,10 @@ extern "C"
1177# endif 1170# endif
1178void *alloca (size_t); 1171void *alloca (size_t);
1179#endif 1172#endif
1173
1180#ifndef HAVE_SIZE_T 1174#ifndef HAVE_SIZE_T
1181typedef unsigned size_t; 1175typedef unsigned size_t;
1182#endif 1176#endif
1183#endif /* NOT_C_CODE */
1184 1177
1185/* Define HAVE_X_I18N if we have usable i18n support. */ 1178/* Define HAVE_X_I18N if we have usable i18n support. */
1186 1179