aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-05-08 11:42:56 -0700
committerGlenn Morris2010-05-08 11:42:56 -0700
commitca63fca5b669d42d8c131a1f33446d9a9d7795f6 (patch)
tree909e8a69018da8f3b17b1c3ce369c62b3c3e9ff1 /src
parent3c9a9730eadb50ef62ec74597acc3e008480722f (diff)
downloademacs-ca63fca5b669d42d8c131a1f33446d9a9d7795f6.tar.gz
emacs-ca63fca5b669d42d8c131a1f33446d9a9d7795f6.zip
Regenerate src/config.in.
Diffstat (limited to 'src')
-rw-r--r--src/config.in68
1 files changed, 34 insertions, 34 deletions
diff --git a/src/config.in b/src/config.in
index 6e94b8201a0..d9c80c8faaf 100644
--- a/src/config.in
+++ b/src/config.in
@@ -321,10 +321,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
321/* Define to 1 if you have the <kerberos/krb.h> header file. */ 321/* Define to 1 if you have the <kerberos/krb.h> header file. */
322#undef HAVE_KERBEROS_KRB_H 322#undef HAVE_KERBEROS_KRB_H
323 323
324/* Define to 1 if `e_text' is a member of `krb5_error'. */ 324/* Define to 1 if `e_text' is member of `krb5_error'. */
325#undef HAVE_KRB5_ERROR_E_TEXT 325#undef HAVE_KRB5_ERROR_E_TEXT
326 326
327/* Define to 1 if `text' is a member of `krb5_error'. */ 327/* Define to 1 if `text' is member of `krb5_error'. */
328#undef HAVE_KRB5_ERROR_TEXT 328#undef HAVE_KRB5_ERROR_TEXT
329 329
330/* Define to 1 if you have the <krb5.h> header file. */ 330/* Define to 1 if you have the <krb5.h> header file. */
@@ -612,25 +612,25 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
612/* Define to 1 if you have the `strsignal' function. */ 612/* Define to 1 if you have the `strsignal' function. */
613#undef HAVE_STRSIGNAL 613#undef HAVE_STRSIGNAL
614 614
615/* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */ 615/* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
616#undef HAVE_STRUCT_IFREQ_IFR_ADDR 616#undef HAVE_STRUCT_IFREQ_IFR_ADDR
617 617
618/* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */ 618/* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
619#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR 619#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
620 620
621/* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */ 621/* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
622#undef HAVE_STRUCT_IFREQ_IFR_FLAGS 622#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
623 623
624/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */ 624/* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
625#undef HAVE_STRUCT_IFREQ_IFR_HWADDR 625#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
626 626
627/* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */ 627/* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
628#undef HAVE_STRUCT_IFREQ_IFR_NETMASK 628#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
629 629
630/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ 630/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
631#undef HAVE_STRUCT_NLIST_N_UN_N_NAME 631#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
632 632
633/* Define to 1 if `tm_zone' is a member of `struct tm'. */ 633/* Define to 1 if `tm_zone' is member of `struct tm'. */
634#undef HAVE_STRUCT_TM_TM_ZONE 634#undef HAVE_STRUCT_TM_TM_ZONE
635 635
636/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ 636/* 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
@@ -890,6 +887,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
890/* Process async input synchronously. */ 887/* Process async input synchronously. */
891#undef SYNC_INPUT 888#undef SYNC_INPUT
892 889
890/* Define to 1 if you use terminfo instead of termcap. */
891#undef TERMINFO
892
893/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 893/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
894#undef TIME_WITH_SYS_TIME 894#undef TIME_WITH_SYS_TIME
895 895
@@ -912,28 +912,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
912/* Define to 1 if using the Motif X toolkit. */ 912/* Define to 1 if using the Motif X toolkit. */
913#undef USE_MOTIF 913#undef USE_MOTIF
914 914
915/* Enable extensions on AIX 3, Interix. */
916#ifndef _ALL_SOURCE
917# undef _ALL_SOURCE
918#endif
919/* Enable GNU extensions on systems that have them. */
920#ifndef _GNU_SOURCE
921# undef _GNU_SOURCE
922#endif
923/* Enable threading extensions on Solaris. */
924#ifndef _POSIX_PTHREAD_SEMANTICS
925# undef _POSIX_PTHREAD_SEMANTICS
926#endif
927/* Enable extensions on HP NonStop. */
928#ifndef _TANDEM_SOURCE
929# undef _TANDEM_SOURCE
930#endif
931/* Enable general extensions on Solaris. */
932#ifndef __EXTENSIONS__
933# undef __EXTENSIONS__
934#endif
935
936
937/* Define to 1 if we should use toolkit scroll bars. */ 915/* Define to 1 if we should use toolkit scroll bars. */
938#undef USE_TOOLKIT_SCROLL_BARS 916#undef USE_TOOLKIT_SCROLL_BARS
939 917
@@ -969,6 +947,28 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
969/* 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. */
970#undef _POSIX_SOURCE 948#undef _POSIX_SOURCE
971 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
972/* 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
973 used. */ 973 used. */
974#undef __GETOPT_PREFIX 974#undef __GETOPT_PREFIX