Mercurial > emacs
comparison src/config.in @ 110865:e63fc1b578e7
Regenerate configure, src/config.in.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 08 Oct 2010 18:59:50 -0700 |
parents | 4dfed46bce9a |
children | c16170026954 |
comparison
equal
deleted
inserted
replaced
110864:a02b037266f7 | 110865:e63fc1b578e7 |
---|---|
253 #undef HAVE_GET_CURRENT_DIR_NAME | 253 #undef HAVE_GET_CURRENT_DIR_NAME |
254 | 254 |
255 /* Define to 1 if you have a gif (or ungif) library. */ | 255 /* Define to 1 if you have a gif (or ungif) library. */ |
256 #undef HAVE_GIF | 256 #undef HAVE_GIF |
257 | 257 |
258 /* Define if we have the GNU TLS library. */ | 258 /* Define if using GnuTLS. */ |
259 #undef HAVE_GNUTLS | 259 #undef HAVE_GNUTLS |
260 | 260 |
261 /* Define to 1 if you have the gpm library (-lgpm). */ | 261 /* Define to 1 if you have the gpm library (-lgpm). */ |
262 #undef HAVE_GPM | 262 #undef HAVE_GPM |
263 | 263 |
405 /* Define to 1 if using SELinux. */ | 405 /* Define to 1 if using SELinux. */ |
406 #undef HAVE_LIBSELINUX | 406 #undef HAVE_LIBSELINUX |
407 | 407 |
408 /* Define to 1 if you have the `Xext' library (-lXext). */ | 408 /* Define to 1 if you have the `Xext' library (-lXext). */ |
409 #undef HAVE_LIBXEXT | 409 #undef HAVE_LIBXEXT |
410 | |
411 /* Define to 1 if you have the libxml library (-lxml2). */ | |
412 #undef HAVE_LIBXML2 | |
410 | 413 |
411 /* Define to 1 if you have the `Xmu' library (-lXmu). */ | 414 /* Define to 1 if you have the `Xmu' library (-lXmu). */ |
412 #undef HAVE_LIBXMU | 415 #undef HAVE_LIBXMU |
413 | 416 |
414 /* Define to 1 if you have the <limits.h> header file. */ | 417 /* Define to 1 if you have the <limits.h> header file. */ |
813 /* Define if you have usable i18n support. */ | 816 /* Define if you have usable i18n support. */ |
814 #undef HAVE_X_I18N | 817 #undef HAVE_X_I18N |
815 | 818 |
816 /* Define to 1 if you have the SM library (-lSM). */ | 819 /* Define to 1 if you have the SM library (-lSM). */ |
817 #undef HAVE_X_SM | 820 #undef HAVE_X_SM |
818 | |
819 /* Define to 1 if you have the libxml2 library (-lxml2). */ | |
820 #undef HAVE_LIBXML2 | |
821 | 821 |
822 /* Define to 1 if you want to use the X window system. */ | 822 /* Define to 1 if you want to use the X window system. */ |
823 #undef HAVE_X_WINDOWS | 823 #undef HAVE_X_WINDOWS |
824 | 824 |
825 /* Define to 1 if you have the `__executable_start' function. */ | 825 /* Define to 1 if you have the `__executable_start' function. */ |
1094 #define subprocesses | 1094 #define subprocesses |
1095 | 1095 |
1096 /* Include the os and machine dependent files. */ | 1096 /* Include the os and machine dependent files. */ |
1097 #include config_opsysfile | 1097 #include config_opsysfile |
1098 #include config_machfile | 1098 #include config_machfile |
1099 | |
1100 #if HAVE_GNUTLS | |
1101 #define LIBGNUTLS $(LIBGNUTLS_LIBS) | |
1102 #else /* not HAVE_GNUTLS */ | |
1103 #define LIBGNUTLS | |
1104 #endif /* not HAVE_GNUTLS */ | |
1105 | 1099 |
1106 /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. | 1100 /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. |
1107 (There is probably a better place to do this, but right now the Cocoa | 1101 (There is probably a better place to do this, but right now the Cocoa |
1108 side does this in s/darwin.h and we cannot | 1102 side does this in s/darwin.h and we cannot |
1109 parallel this exactly since GNUstep is multi-OS. */ | 1103 parallel this exactly since GNUstep is multi-OS. */ |