diff options
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 65 |
1 files changed, 34 insertions, 31 deletions
diff --git a/src/config.in b/src/config.in index ef2c25c85d0..e1837e74560 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 member of `krb5_error'. */ | 321 | /* Define to 1 if `e_text' is a 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 member of `krb5_error'. */ | 324 | /* Define to 1 if `text' is a 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. */ |
| @@ -615,25 +615,25 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 615 | /* Define to 1 if you have the `strsignal' function. */ | 615 | /* Define to 1 if you have the `strsignal' function. */ |
| 616 | #undef HAVE_STRSIGNAL | 616 | #undef HAVE_STRSIGNAL |
| 617 | 617 | ||
| 618 | /* Define to 1 if `ifr_addr' is member of `struct ifreq'. */ | 618 | /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */ |
| 619 | #undef HAVE_STRUCT_IFREQ_IFR_ADDR | 619 | #undef HAVE_STRUCT_IFREQ_IFR_ADDR |
| 620 | 620 | ||
| 621 | /* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */ | 621 | /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */ |
| 622 | #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR | 622 | #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR |
| 623 | 623 | ||
| 624 | /* Define to 1 if `ifr_flags' is member of `struct ifreq'. */ | 624 | /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */ |
| 625 | #undef HAVE_STRUCT_IFREQ_IFR_FLAGS | 625 | #undef HAVE_STRUCT_IFREQ_IFR_FLAGS |
| 626 | 626 | ||
| 627 | /* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */ | 627 | /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */ |
| 628 | #undef HAVE_STRUCT_IFREQ_IFR_HWADDR | 628 | #undef HAVE_STRUCT_IFREQ_IFR_HWADDR |
| 629 | 629 | ||
| 630 | /* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */ | 630 | /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */ |
| 631 | #undef HAVE_STRUCT_IFREQ_IFR_NETMASK | 631 | #undef HAVE_STRUCT_IFREQ_IFR_NETMASK |
| 632 | 632 | ||
| 633 | /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ | 633 | /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ |
| 634 | #undef HAVE_STRUCT_NLIST_N_UN_N_NAME | 634 | #undef HAVE_STRUCT_NLIST_N_UN_N_NAME |
| 635 | 635 | ||
| 636 | /* Define to 1 if `tm_zone' is member of `struct tm'. */ | 636 | /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
| 637 | #undef HAVE_STRUCT_TM_TM_ZONE | 637 | #undef HAVE_STRUCT_TM_TM_ZONE |
| 638 | 638 | ||
| 639 | /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ | 639 | /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ |
| @@ -860,6 +860,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 860 | /* Define to the one symbol short name of this package. */ | 860 | /* Define to the one symbol short name of this package. */ |
| 861 | #undef PACKAGE_TARNAME | 861 | #undef PACKAGE_TARNAME |
| 862 | 862 | ||
| 863 | /* Define to the home page for this package. */ | ||
| 864 | #undef PACKAGE_URL | ||
| 865 | |||
| 863 | /* Define to the version of this package. */ | 866 | /* Define to the version of this package. */ |
| 864 | #undef PACKAGE_VERSION | 867 | #undef PACKAGE_VERSION |
| 865 | 868 | ||
| @@ -919,6 +922,28 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 919 | /* Define to 1 if using the Motif X toolkit. */ | 922 | /* Define to 1 if using the Motif X toolkit. */ |
| 920 | #undef USE_MOTIF | 923 | #undef USE_MOTIF |
| 921 | 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 | |||
| 922 | /* Define to 1 if we should use toolkit scroll bars. */ | 947 | /* Define to 1 if we should use toolkit scroll bars. */ |
| 923 | #undef USE_TOOLKIT_SCROLL_BARS | 948 | #undef USE_TOOLKIT_SCROLL_BARS |
| 924 | 949 | ||
| @@ -954,28 +979,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 954 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | 979 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 955 | #undef _POSIX_SOURCE | 980 | #undef _POSIX_SOURCE |
| 956 | 981 | ||
| 957 | /* Enable extensions on AIX 3, Interix. */ | ||
| 958 | #ifndef _ALL_SOURCE | ||
| 959 | # undef _ALL_SOURCE | ||
| 960 | #endif | ||
| 961 | /* Enable GNU extensions on systems that have them. */ | ||
| 962 | #ifndef _GNU_SOURCE | ||
| 963 | # undef _GNU_SOURCE | ||
| 964 | #endif | ||
| 965 | /* Enable threading extensions on Solaris. */ | ||
| 966 | #ifndef _POSIX_PTHREAD_SEMANTICS | ||
| 967 | # undef _POSIX_PTHREAD_SEMANTICS | ||
| 968 | #endif | ||
| 969 | /* Enable extensions on HP NonStop. */ | ||
| 970 | #ifndef _TANDEM_SOURCE | ||
| 971 | # undef _TANDEM_SOURCE | ||
| 972 | #endif | ||
| 973 | /* Enable general extensions on Solaris. */ | ||
| 974 | #ifndef __EXTENSIONS__ | ||
| 975 | # undef __EXTENSIONS__ | ||
| 976 | #endif | ||
| 977 | |||
| 978 | |||
| 979 | /* 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 |
| 980 | used. */ | 983 | used. */ |
| 981 | #undef __GETOPT_PREFIX | 984 | #undef __GETOPT_PREFIX |