Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 265:8efd647ea9ca r20-5b31
Import from CVS: tag r20-5b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:25:37 +0200 |
parents | 405dd6d1825b |
children | 966663fcf606 |
comparison
equal
deleted
inserted
replaced
264:682d2a9d41a5 | 265:8efd647ea9ca |
---|---|
145 #undef HAVE_XFREE386 | 145 #undef HAVE_XFREE386 |
146 | 146 |
147 #undef THIS_IS_X11R4 | 147 #undef THIS_IS_X11R4 |
148 #undef THIS_IS_X11R5 | 148 #undef THIS_IS_X11R5 |
149 #undef THIS_IS_X11R6 | 149 #undef THIS_IS_X11R6 |
150 | |
151 /* Where do we find bitmaps? */ | |
152 #undef BITMAPDIR | |
150 | 153 |
151 /* USER_FULL_NAME returns a string that is the user's full name. | 154 /* USER_FULL_NAME returns a string that is the user's full name. |
152 It can assume that the variable `pw' points to the password file | 155 It can assume that the variable `pw' points to the password file |
153 entry for this user. | 156 entry for this user. |
154 | 157 |
192 #undef HAVE_LONG_FILE_NAMES | 195 #undef HAVE_LONG_FILE_NAMES |
193 | 196 |
194 /* Use lock files to detect multiple edits of the same file? */ | 197 /* Use lock files to detect multiple edits of the same file? */ |
195 #undef CLASH_DETECTION | 198 #undef CLASH_DETECTION |
196 | 199 |
197 /* Have shared library support (currently only dlopen() supported? */ | 200 /* Have shared library support */ |
201 #undef HAVE_DLOPEN | |
202 #undef HAVE_SHL_LOAD | |
203 #undef HAVE_DLD_INIT | |
198 #undef HAVE_SHLIB | 204 #undef HAVE_SHLIB |
199 | 205 |
200 #undef HAVE_LIBKSTAT | 206 #undef HAVE_LIBKSTAT |
201 #undef HAVE_LIBINTL | 207 #undef HAVE_LIBINTL |
202 #undef HAVE_LIBDNET | 208 #undef HAVE_LIBDNET |
270 #undef HAVE_SETSID | 276 #undef HAVE_SETSID |
271 #undef HAVE_SIGBLOCK | 277 #undef HAVE_SIGBLOCK |
272 #undef HAVE_SIGHOLD | 278 #undef HAVE_SIGHOLD |
273 #undef HAVE_SIGPROCMASK | 279 #undef HAVE_SIGPROCMASK |
274 #undef HAVE_SIGSETJMP | 280 #undef HAVE_SIGSETJMP |
281 #undef HAVE_SNPRINTF | |
275 #undef HAVE_STRCASECMP | 282 #undef HAVE_STRCASECMP |
276 #undef HAVE_STRERROR | 283 #undef HAVE_STRERROR |
277 #undef HAVE_TZSET | 284 #undef HAVE_TZSET |
278 #undef HAVE_ULIMIT | 285 #undef HAVE_ULIMIT |
279 #undef HAVE_USLEEP | 286 #undef HAVE_USLEEP |
280 #undef HAVE_UTIMES | 287 #undef HAVE_UTIMES |
281 #undef HAVE_WAITPID | 288 #undef HAVE_WAITPID |
282 | 289 #undef HAVE_VSNPRINTF |
283 #undef HAVE_SOCKETS | 290 #undef HAVE_SOCKETS |
284 #undef HAVE_SOCKADDR_SUN_LEN | 291 #undef HAVE_SOCKADDR_SUN_LEN |
285 #undef HAVE_MULTICAST | 292 #undef HAVE_MULTICAST |
286 #undef HAVE_SYSVIPC | 293 #undef HAVE_SYSVIPC |
287 | 294 |