diff options
| author | Glenn Morris | 2010-03-18 19:44:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-03-18 19:44:37 -0700 |
| commit | f70b938acafe7fa3bdd69d77a03b494c5074f88a (patch) | |
| tree | d17a1b77ad1be3c7cc0d06ef833e2b82a98deaad /src | |
| parent | 866b0a7bf7c48a32bede4e029f874e05a4a504bd (diff) | |
| download | emacs-f70b938acafe7fa3bdd69d77a03b494c5074f88a.tar.gz emacs-f70b938acafe7fa3bdd69d77a03b494c5074f88a.zip | |
Regenerate src/config.in.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 80 |
1 files changed, 41 insertions, 39 deletions
diff --git a/src/config.in b/src/config.in index 3a3ae09a084..ef2c25c85d0 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -264,8 +264,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 264 | /* Define to 1 if you have the `get_current_dir_name' function. */ | 264 | /* Define to 1 if you have the `get_current_dir_name' function. */ |
| 265 | #undef HAVE_GET_CURRENT_DIR_NAME | 265 | #undef HAVE_GET_CURRENT_DIR_NAME |
| 266 | 266 | ||
| 267 | /* Define to 1 if you have a gif library (default -lgif; otherwise specify | 267 | /* Define to 1 if you have a gif (or ungif) library. */ |
| 268 | with LIBGIF). */ | ||
| 269 | #undef HAVE_GIF | 268 | #undef HAVE_GIF |
| 270 | 269 | ||
| 271 | /* Define to 1 if you have the gpm library (-lgpm). */ | 270 | /* Define to 1 if you have the gpm library (-lgpm). */ |
| @@ -319,10 +318,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 319 | /* 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. */ |
| 320 | #undef HAVE_KERBEROS_KRB_H | 319 | #undef HAVE_KERBEROS_KRB_H |
| 321 | 320 | ||
| 322 | /* Define to 1 if `krb5_error' is a member of `e_text'. */ | 321 | /* Define to 1 if `e_text' is member of `krb5_error'. */ |
| 323 | #undef HAVE_KRB5_ERROR_E_TEXT | 322 | #undef HAVE_KRB5_ERROR_E_TEXT |
| 324 | 323 | ||
| 325 | /* Define to 1 if `krb5_error' is a member of `text'. */ | 324 | /* Define to 1 if `text' is member of `krb5_error'. */ |
| 326 | #undef HAVE_KRB5_ERROR_TEXT | 325 | #undef HAVE_KRB5_ERROR_TEXT |
| 327 | 326 | ||
| 328 | /* Define to 1 if you have the <krb5.h> header file. */ | 327 | /* Define to 1 if you have the <krb5.h> header file. */ |
| @@ -616,25 +615,25 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 616 | /* Define to 1 if you have the `strsignal' function. */ | 615 | /* Define to 1 if you have the `strsignal' function. */ |
| 617 | #undef HAVE_STRSIGNAL | 616 | #undef HAVE_STRSIGNAL |
| 618 | 617 | ||
| 619 | /* Define to 1 if `struct ifreq' is a member of `ifr_addr'. */ | 618 | /* Define to 1 if `ifr_addr' is member of `struct ifreq'. */ |
| 620 | #undef HAVE_STRUCT_IFREQ_IFR_ADDR | 619 | #undef HAVE_STRUCT_IFREQ_IFR_ADDR |
| 621 | 620 | ||
| 622 | /* Define to 1 if `struct ifreq' is a member of `ifr_broadaddr'. */ | 621 | /* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */ |
| 623 | #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR | 622 | #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR |
| 624 | 623 | ||
| 625 | /* Define to 1 if `struct ifreq' is a member of `ifr_flags'. */ | 624 | /* Define to 1 if `ifr_flags' is member of `struct ifreq'. */ |
| 626 | #undef HAVE_STRUCT_IFREQ_IFR_FLAGS | 625 | #undef HAVE_STRUCT_IFREQ_IFR_FLAGS |
| 627 | 626 | ||
| 628 | /* Define to 1 if `struct ifreq' is a member of `ifr_hwaddr'. */ | 627 | /* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */ |
| 629 | #undef HAVE_STRUCT_IFREQ_IFR_HWADDR | 628 | #undef HAVE_STRUCT_IFREQ_IFR_HWADDR |
| 630 | 629 | ||
| 631 | /* Define to 1 if `struct ifreq' is a member of `ifr_netmask'. */ | 630 | /* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */ |
| 632 | #undef HAVE_STRUCT_IFREQ_IFR_NETMASK | 631 | #undef HAVE_STRUCT_IFREQ_IFR_NETMASK |
| 633 | 632 | ||
| 634 | /* Define to 1 if `struct nlist' is a member of `n_un.n_name'. */ | 633 | /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ |
| 635 | #undef HAVE_STRUCT_NLIST_N_UN_N_NAME | 634 | #undef HAVE_STRUCT_NLIST_N_UN_N_NAME |
| 636 | 635 | ||
| 637 | /* Define to 1 if `struct tm' is a member of `tm_zone'. */ | 636 | /* Define to 1 if `tm_zone' is member of `struct tm'. */ |
| 638 | #undef HAVE_STRUCT_TM_TM_ZONE | 637 | #undef HAVE_STRUCT_TM_TM_ZONE |
| 639 | 638 | ||
| 640 | /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ | 639 | /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ |
| @@ -818,12 +817,18 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 818 | Solaris, for example). */ | 817 | Solaris, for example). */ |
| 819 | #undef LD_SWITCH_X_SITE_AUX | 818 | #undef LD_SWITCH_X_SITE_AUX |
| 820 | 819 | ||
| 821 | /* Compiler option to link with the gif library (if not -lgif). */ | ||
| 822 | #undef LIBGIF | ||
| 823 | |||
| 824 | /* Define to 1 if localtime caches TZ. */ | 820 | /* Define to 1 if localtime caches TZ. */ |
| 825 | #undef LOCALTIME_CACHE | 821 | #undef LOCALTIME_CACHE |
| 826 | 822 | ||
| 823 | /* String giving fallback POP mail host. */ | ||
| 824 | #undef MAILHOST | ||
| 825 | |||
| 826 | /* Define to unlink, rather than empty, mail spool after reading. */ | ||
| 827 | #undef MAIL_UNLINK_SPOOL | ||
| 828 | |||
| 829 | /* Define to support MMDF mailboxes in movemail. */ | ||
| 830 | #undef MAIL_USE_MMDF | ||
| 831 | |||
| 827 | /* Define to support POP mail retrieval. */ | 832 | /* Define to support POP mail retrieval. */ |
| 828 | #undef MAIL_USE_POP | 833 | #undef MAIL_USE_POP |
| 829 | 834 | ||
| @@ -855,9 +860,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 855 | /* Define to the one symbol short name of this package. */ | 860 | /* Define to the one symbol short name of this package. */ |
| 856 | #undef PACKAGE_TARNAME | 861 | #undef PACKAGE_TARNAME |
| 857 | 862 | ||
| 858 | /* Define to the home page for this package. */ | ||
| 859 | #undef PACKAGE_URL | ||
| 860 | |||
| 861 | /* Define to the version of this package. */ | 863 | /* Define to the version of this package. */ |
| 862 | #undef PACKAGE_VERSION | 864 | #undef PACKAGE_VERSION |
| 863 | 865 | ||
| @@ -917,28 +919,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 917 | /* Define to 1 if using the Motif X toolkit. */ | 919 | /* Define to 1 if using the Motif X toolkit. */ |
| 918 | #undef USE_MOTIF | 920 | #undef USE_MOTIF |
| 919 | 921 | ||
| 920 | /* Enable extensions on AIX 3, Interix. */ | ||
| 921 | #ifndef _ALL_SOURCE | ||
| 922 | # undef _ALL_SOURCE | ||
| 923 | #endif | ||
| 924 | /* Enable GNU extensions on systems that have them. */ | ||
| 925 | #ifndef _GNU_SOURCE | ||
| 926 | # undef _GNU_SOURCE | ||
| 927 | #endif | ||
| 928 | /* Enable threading extensions on Solaris. */ | ||
| 929 | #ifndef _POSIX_PTHREAD_SEMANTICS | ||
| 930 | # undef _POSIX_PTHREAD_SEMANTICS | ||
| 931 | #endif | ||
| 932 | /* Enable extensions on HP NonStop. */ | ||
| 933 | #ifndef _TANDEM_SOURCE | ||
| 934 | # undef _TANDEM_SOURCE | ||
| 935 | #endif | ||
| 936 | /* Enable general extensions on Solaris. */ | ||
| 937 | #ifndef __EXTENSIONS__ | ||
| 938 | # undef __EXTENSIONS__ | ||
| 939 | #endif | ||
| 940 | |||
| 941 | |||
| 942 | /* Define to 1 if we should use toolkit scroll bars. */ | 922 | /* Define to 1 if we should use toolkit scroll bars. */ |
| 943 | #undef USE_TOOLKIT_SCROLL_BARS | 923 | #undef USE_TOOLKIT_SCROLL_BARS |
| 944 | 924 | ||
| @@ -974,6 +954,28 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 974 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | 954 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 975 | #undef _POSIX_SOURCE | 955 | #undef _POSIX_SOURCE |
| 976 | 956 | ||
| 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 | |||
| 977 | /* Define to rpl_ if the getopt replacement functions and variables should be | 979 | /* Define to rpl_ if the getopt replacement functions and variables should be |
| 978 | used. */ | 980 | used. */ |
| 979 | #undef __GETOPT_PREFIX | 981 | #undef __GETOPT_PREFIX |