comparison src/config.in @ 94119:5b10e5646973

* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE rather than change CPPFLAGS. (HAVE_GTK): Rename to USE_GTK. * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now done in config.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Apr 2008 19:53:06 +0000
parents 2d3174edc808
children 4a907fffb2c3
comparison
equal deleted inserted replaced
94118:75036e17da20 94119:5b10e5646973
241 /* Define to 1 if you have the gpm library (-lgpm). */ 241 /* Define to 1 if you have the gpm library (-lgpm). */
242 #undef HAVE_GPM 242 #undef HAVE_GPM
243 243
244 /* Define to 1 if you have the `grantpt' function. */ 244 /* Define to 1 if you have the `grantpt' function. */
245 #undef HAVE_GRANTPT 245 #undef HAVE_GRANTPT
246
247 /* Define to 1 if using GTK. */
248 #undef HAVE_GTK
249 246
250 /* Define to 1 if you have GTK and pthread (-lpthread). */ 247 /* Define to 1 if you have GTK and pthread (-lpthread). */
251 #undef HAVE_GTK_AND_PTHREAD 248 #undef HAVE_GTK_AND_PTHREAD
252 249
253 /* Define to 1 if GTK has both file selection and chooser dialog. */ 250 /* Define to 1 if GTK has both file selection and chooser dialog. */
835 #undef STDC_HEADERS 832 #undef STDC_HEADERS
836 833
837 /* Define to 1 on System V Release 4. */ 834 /* Define to 1 on System V Release 4. */
838 #undef SVR4 835 #undef SVR4
839 836
837 /* Process async input synchronously. */
838 #undef SYNC_INPUT
839
840 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 840 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
841 #undef TIME_WITH_SYS_TIME 841 #undef TIME_WITH_SYS_TIME
842 842
843 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 843 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
844 #undef TM_IN_SYS_TIME 844 #undef TM_IN_SYS_TIME
853 /* Define to the unexec source file name. */ 853 /* Define to the unexec source file name. */
854 #undef UNEXEC_SRC 854 #undef UNEXEC_SRC
855 855
856 /* Define to 1 if we should use font-backend. */ 856 /* Define to 1 if we should use font-backend. */
857 #undef USE_FONT_BACKEND 857 #undef USE_FONT_BACKEND
858
859 /* Define to 1 if using GTK. */
860 #undef USE_GTK
858 861
859 /* Define to 1 if we should use toolkit scroll bars. */ 862 /* Define to 1 if we should use toolkit scroll bars. */
860 #undef USE_TOOLKIT_SCROLL_BARS 863 #undef USE_TOOLKIT_SCROLL_BARS
861 864
862 /* Define to 1 if we should use XIM, if it is available. */ 865 /* Define to 1 if we should use XIM, if it is available. */
887 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 890 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
888 #undef _LARGEFILE_SOURCE 891 #undef _LARGEFILE_SOURCE
889 892
890 /* Define for large files, on AIX-style hosts. */ 893 /* Define for large files, on AIX-style hosts. */
891 #undef _LARGE_FILES 894 #undef _LARGE_FILES
895
896 /* Define to 1 if on MINIX. */
897 #undef _MINIX
898
899 /* Define to 2 if the system does not provide POSIX.1 features except with
900 this defined. */
901 #undef _POSIX_1_SOURCE
902
903 /* Define to 1 if you need to in order for `stat' and other things to work. */
904 #undef _POSIX_SOURCE
905
906 /* Enable extensions on Solaris. */
907 #ifndef __EXTENSIONS__
908 # undef __EXTENSIONS__
909 #endif
910 #ifndef _POSIX_PTHREAD_SEMANTICS
911 # undef _POSIX_PTHREAD_SEMANTICS
912 #endif
913 #ifndef _TANDEM_SOURCE
914 # undef _TANDEM_SOURCE
915 #endif
892 916
893 /* Define to rpl_ if the getopt replacement functions and variables should be 917 /* Define to rpl_ if the getopt replacement functions and variables should be
894 used. */ 918 used. */
895 #undef __GETOPT_PREFIX 919 #undef __GETOPT_PREFIX
896 920