Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 65c19d2020f7 |
children | 405dd6d1825b |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
86 #undef LISP_FLOAT_TYPE | 86 #undef LISP_FLOAT_TYPE |
87 | 87 |
88 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */ | 88 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */ |
89 #undef GNU_MALLOC | 89 #undef GNU_MALLOC |
90 | 90 |
91 /* Define if you are using the GNU C Library. -- experimental */ | 91 /* Define if you are using the GNU C Library. -- experimental. */ |
92 #undef DOUG_LEA_MALLOC | 92 #undef DOUG_LEA_MALLOC |
93 | |
94 /* Define if you are using dlmalloc from the Linux C library. */ | |
95 #undef _NO_MALLOC_WARNING_ | |
93 | 96 |
94 /* Use the system malloc? */ | 97 /* Use the system malloc? */ |
95 #undef USE_SYSTEM_MALLOC | 98 #undef USE_SYSTEM_MALLOC |
96 | 99 |
97 /* Use a debugging malloc? -- experimental */ | 100 /* Use a debugging malloc? -- experimental */ |
274 #undef HAVE_UTIMES | 277 #undef HAVE_UTIMES |
275 #undef HAVE_WAITPID | 278 #undef HAVE_WAITPID |
276 | 279 |
277 #undef HAVE_SOCKETS | 280 #undef HAVE_SOCKETS |
278 #undef HAVE_SOCKADDR_SUN_LEN | 281 #undef HAVE_SOCKADDR_SUN_LEN |
282 #undef HAVE_MULTICAST | |
279 #undef HAVE_SYSVIPC | 283 #undef HAVE_SYSVIPC |
280 | 284 |
281 #undef SYSV_SYSTEM_DIR | 285 #undef SYSV_SYSTEM_DIR |
282 #undef NONSYSTEM_DIR_LIBRARY | 286 #undef NONSYSTEM_DIR_LIBRARY |
283 | 287 |
322 /* Full #include file path for Berkeley DB's db.h */ | 326 /* Full #include file path for Berkeley DB's db.h */ |
323 #undef DB_H_PATH | 327 #undef DB_H_PATH |
324 | 328 |
325 /* Do we have either DBM or Berkeley DB database support? */ | 329 /* Do we have either DBM or Berkeley DB database support? */ |
326 #undef HAVE_DATABASE | 330 #undef HAVE_DATABASE |
331 | |
332 /* Do we have LDAP support? */ | |
333 #undef HAVE_LDAP | |
334 /* Do we have the LDAP library of the University of Michigan ? */ | |
335 #undef HAVE_UMICH_LDAP | |
336 /* Do we have Netscape LDAP SDK library */ | |
337 #undef HAVE_NS_LDAP | |
327 | 338 |
328 /* Do you have the Xauth library present? This will add some extra | 339 /* Do you have the Xauth library present? This will add some extra |
329 functionality to gnuserv. */ | 340 functionality to gnuserv. */ |
330 #undef HAVE_XAUTH | 341 #undef HAVE_XAUTH |
331 | 342 |
419 /* Define this if you want Mule support (multi-byte character support). | 430 /* Define this if you want Mule support (multi-byte character support). |
420 There may be some performance penalty, although it should be small | 431 There may be some performance penalty, although it should be small |
421 if you're working with ASCII files. */ | 432 if you're working with ASCII files. */ |
422 #undef MULE | 433 #undef MULE |
423 | 434 |
424 /* Define this if you want Mule coding support */ | 435 /* Define this if you want file coding support */ |
425 #undef MULE_CODING | 436 #undef FILE_CODING |
426 | 437 |
427 /* Do we want to use X window input methods for use with Mule? (requires X11R5) | 438 /* Do we want to use X window input methods for use with Mule? (requires X11R5) |
428 If so, use raw Xlib or higher level Motif interface? */ | 439 If so, use raw Xlib or higher level Motif interface? */ |
429 #undef HAVE_XIM | 440 #undef HAVE_XIM |
430 #undef XIM_XLIB | 441 #undef XIM_XLIB |