aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-04-20 20:11:03 -0700
committerGlenn Morris2010-04-20 20:11:03 -0700
commit022c122ac70704f3c0af86e1614592bd957a7703 (patch)
tree4f2aba3e6b96084191d2befccc87a9b272d1abf7 /src
parentb7d65a5f0a9104148e9237c54704c3fe5591d249 (diff)
downloademacs-022c122ac70704f3c0af86e1614592bd957a7703.tar.gz
emacs-022c122ac70704f3c0af86e1614592bd957a7703.zip
Regenerate configure, 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 e1837e74560..7999e101efc 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. */
@@ -399,6 +399,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
399/* Define to 1 if you have the resolv library (-lresolv). */ 399/* Define to 1 if you have the resolv library (-lresolv). */
400#undef HAVE_LIBRESOLV 400#undef HAVE_LIBRESOLV
401 401
402/* Define to 1 if using SELinux. */
403#undef HAVE_LIBSELINUX
404
402/* Define to 1 if you have the `Xext' library (-lXext). */ 405/* Define to 1 if you have the `Xext' library (-lXext). */
403#undef HAVE_LIBXEXT 406#undef HAVE_LIBXEXT
404 407
@@ -615,25 +618,25 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
615/* Define to 1 if you have the `strsignal' function. */ 618/* Define to 1 if you have the `strsignal' function. */
616#undef HAVE_STRSIGNAL 619#undef HAVE_STRSIGNAL
617 620
618/* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */ 621/* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
619#undef HAVE_STRUCT_IFREQ_IFR_ADDR 622#undef HAVE_STRUCT_IFREQ_IFR_ADDR
620 623
621/* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */ 624/* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
622#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR 625#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
623 626
624/* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */ 627/* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
625#undef HAVE_STRUCT_IFREQ_IFR_FLAGS 628#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
626 629
627/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */ 630/* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
628#undef HAVE_STRUCT_IFREQ_IFR_HWADDR 631#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
629 632
630/* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */ 633/* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
631#undef HAVE_STRUCT_IFREQ_IFR_NETMASK 634#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
632 635
633/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ 636/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
634#undef HAVE_STRUCT_NLIST_N_UN_N_NAME 637#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
635 638
636/* Define to 1 if `tm_zone' is a member of `struct tm'. */ 639/* Define to 1 if `tm_zone' is member of `struct tm'. */
637#undef HAVE_STRUCT_TM_TM_ZONE 640#undef HAVE_STRUCT_TM_TM_ZONE
638 641
639/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ 642/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
@@ -860,9 +863,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
860/* Define to the one symbol short name of this package. */ 863/* Define to the one symbol short name of this package. */
861#undef PACKAGE_TARNAME 864#undef PACKAGE_TARNAME
862 865
863/* Define to the home page for this package. */
864#undef PACKAGE_URL
865
866/* Define to the version of this package. */ 866/* Define to the version of this package. */
867#undef PACKAGE_VERSION 867#undef PACKAGE_VERSION
868 868
@@ -922,28 +922,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
922/* Define to 1 if using the Motif X toolkit. */ 922/* Define to 1 if using the Motif X toolkit. */
923#undef USE_MOTIF 923#undef USE_MOTIF
924 924
925/* Enable extensions on AIX 3, Interix. */
926#ifndef _ALL_SOURCE
927# undef _ALL_SOURCE
928#endif
929/* Enable GNU extensions on systems that have them. */
930#ifndef _GNU_SOURCE
931# undef _GNU_SOURCE
932#endif
933/* Enable threading extensions on Solaris. */
934#ifndef _POSIX_PTHREAD_SEMANTICS
935# undef _POSIX_PTHREAD_SEMANTICS
936#endif
937/* Enable extensions on HP NonStop. */
938#ifndef _TANDEM_SOURCE
939# undef _TANDEM_SOURCE
940#endif
941/* Enable general extensions on Solaris. */
942#ifndef __EXTENSIONS__
943# undef __EXTENSIONS__
944#endif
945
946
947/* Define to 1 if we should use toolkit scroll bars. */ 925/* Define to 1 if we should use toolkit scroll bars. */
948#undef USE_TOOLKIT_SCROLL_BARS 926#undef USE_TOOLKIT_SCROLL_BARS
949 927
@@ -979,6 +957,28 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
979/* Define to 1 if you need to in order for `stat' and other things to work. */ 957/* Define to 1 if you need to in order for `stat' and other things to work. */
980#undef _POSIX_SOURCE 958#undef _POSIX_SOURCE
981 959
960/* Enable extensions on AIX 3, Interix. */
961#ifndef _ALL_SOURCE
962# undef _ALL_SOURCE
963#endif
964/* Enable GNU extensions on systems that have them. */
965#ifndef _GNU_SOURCE
966# undef _GNU_SOURCE
967#endif
968/* Enable threading extensions on Solaris. */
969#ifndef _POSIX_PTHREAD_SEMANTICS
970# undef _POSIX_PTHREAD_SEMANTICS
971#endif
972/* Enable extensions on HP NonStop. */
973#ifndef _TANDEM_SOURCE
974# undef _TANDEM_SOURCE
975#endif
976/* Enable general extensions on Solaris. */
977#ifndef __EXTENSIONS__
978# undef __EXTENSIONS__
979#endif
980
981
982/* Define to rpl_ if the getopt replacement functions and variables should be 982/* Define to rpl_ if the getopt replacement functions and variables should be
983 used. */ 983 used. */
984#undef __GETOPT_PREFIX 984#undef __GETOPT_PREFIX