comparison src/config.in @ 108840:bace4ba4c137

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 31 May 2010 22:34:49 -0400
parents c93b057383dc
children 8fccefed04ac
comparison
equal deleted inserted replaced
108839:481f67c74989 108840:bace4ba4c137
310 #undef HAVE_KERBEROS_DES_H 310 #undef HAVE_KERBEROS_DES_H
311 311
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 member of `krb5_error'. */ 315 /* Define to 1 if `e_text' is a 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 member of `krb5_error'. */ 318 /* Define to 1 if `text' is a 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. */
322 #undef HAVE_KRB5_H 322 #undef HAVE_KRB5_H
323 323
604 #undef HAVE_STRING_H 604 #undef HAVE_STRING_H
605 605
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 member of `struct ifreq'. */ 609 /* Define to 1 if `ifr_addr' is a 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 member of `struct ifreq'. */ 612 /* Define to 1 if `ifr_broadaddr' is a 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 member of `struct ifreq'. */ 615 /* Define to 1 if `ifr_flags' is a 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 member of `struct ifreq'. */ 618 /* Define to 1 if `ifr_hwaddr' is a 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 member of `struct ifreq'. */ 621 /* Define to 1 if `ifr_netmask' is a 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 member of `struct nlist'. */ 624 /* Define to 1 if `n_un.n_name' is a 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 member of `struct tm'. */ 627 /* Define to 1 if `tm_zone' is a 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>. */
631 #undef HAVE_STRUCT_UTIMBUF 631 #undef HAVE_STRUCT_UTIMBUF
632 632
850 /* Define to the full name and version of this package. */ 850 /* Define to the full name and version of this package. */
851 #undef PACKAGE_STRING 851 #undef PACKAGE_STRING
852 852
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
856 /* Define to the home page for this package. */
857 #undef PACKAGE_URL
855 858
856 /* Define to the version of this package. */ 859 /* Define to the version of this package. */
857 #undef PACKAGE_VERSION 860 #undef PACKAGE_VERSION
858 861
859 /* Define as `void' if your compiler accepts `void *'; otherwise define as 862 /* Define as `void' if your compiler accepts `void *'; otherwise define as
910 #undef USE_LUCID 913 #undef USE_LUCID
911 914
912 /* Define to 1 if using the Motif X toolkit. */ 915 /* Define to 1 if using the Motif X toolkit. */
913 #undef USE_MOTIF 916 #undef USE_MOTIF
914 917
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
915 /* Define to 1 if we should use toolkit scroll bars. */ 940 /* Define to 1 if we should use toolkit scroll bars. */
916 #undef USE_TOOLKIT_SCROLL_BARS 941 #undef USE_TOOLKIT_SCROLL_BARS
917 942
918 /* Define to 1 if we should use XIM, if it is available. */ 943 /* Define to 1 if we should use XIM, if it is available. */
919 #undef USE_XIM 944 #undef USE_XIM
944 this defined. */ 969 this defined. */
945 #undef _POSIX_1_SOURCE 970 #undef _POSIX_1_SOURCE
946 971
947 /* Define to 1 if you need to in order for `stat' and other things to work. */ 972 /* Define to 1 if you need to in order for `stat' and other things to work. */
948 #undef _POSIX_SOURCE 973 #undef _POSIX_SOURCE
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 974
972 /* Define to rpl_ if the getopt replacement functions and variables should be 975 /* Define to rpl_ if the getopt replacement functions and variables should be
973 used. */ 976 used. */
974 #undef __GETOPT_PREFIX 977 #undef __GETOPT_PREFIX
975 978