diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index ec234fb..aa1c82e 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1,8 +1,5 @@ | |||
1 | /* config.h.in. Generated from configure.in by autoheader. */ | 1 | /* config.h.in. Generated from configure.in by autoheader. */ |
2 | 2 | ||
3 | /* "Gnome 1 support" */ | ||
4 | #undef GNOME | ||
5 | |||
6 | /* Define to 1 if you have the `basename' function. */ | 3 | /* Define to 1 if you have the `basename' function. */ |
7 | #undef HAVE_BASENAME | 4 | #undef HAVE_BASENAME |
8 | 5 | ||
@@ -120,9 +117,6 @@ | |||
120 | /* "KDE slit support" */ | 117 | /* "KDE slit support" */ |
121 | #undef KDE | 118 | #undef KDE |
122 | 119 | ||
123 | /* "Extended Window Manager Hints" */ | ||
124 | #undef NEWWMSPEC | ||
125 | |||
126 | /* "Natural language support" */ | 120 | /* "Natural language support" */ |
127 | #undef NLS | 121 | #undef NLS |
128 | 122 | ||
@@ -159,8 +153,17 @@ | |||
159 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | 153 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
160 | #undef TIME_WITH_SYS_TIME | 154 | #undef TIME_WITH_SYS_TIME |
161 | 155 | ||
156 | /* "Gnome 1 support" */ | ||
157 | #undef USE_GNOME | ||
158 | |||
159 | /* " use extened window manager hints" */ | ||
160 | #undef USE_NEWWMSPEC | ||
161 | |||
162 | /* "antialias support" */ | 162 | /* "antialias support" */ |
163 | #undef USE_XFT | 163 | #undef USE_XFT |
164 | 164 | ||
165 | /* "multibyte support" */ | ||
166 | #undef USE_XMB | ||
167 | |||
165 | /* Define to 1 if the X Window System is missing or not being used. */ | 168 | /* Define to 1 if the X Window System is missing or not being used. */ |
166 | #undef X_DISPLAY_MISSING | 169 | #undef X_DISPLAY_MISSING |