Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 418:e804706bfb8c r21-2-17
Import from CVS: tag r21-2-17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:23:13 +0200 |
parents | da8ed4261e83 |
children | 41dbb7a9d5f2 |
comparison
equal
deleted
inserted
replaced
417:43a18b32d56e | 418:e804706bfb8c |
---|---|
355 /* Do we have either DBM or Berkeley DB database support? */ | 355 /* Do we have either DBM or Berkeley DB database support? */ |
356 #undef HAVE_DATABASE | 356 #undef HAVE_DATABASE |
357 | 357 |
358 /* Do we have LDAP support? */ | 358 /* Do we have LDAP support? */ |
359 #undef HAVE_LDAP | 359 #undef HAVE_LDAP |
360 /* Do we have the LDAP library of the University of Michigan ? */ | 360 /* Does the library define ldap_set_option () ? */ |
361 #undef HAVE_UMICH_LDAP | 361 #undef HAVE_LDAP_SET_OPTION |
362 /* Do we have Netscape LDAP SDK library */ | 362 /* Does the library define ldap_get_lderrno () ? */ |
363 #undef HAVE_NS_LDAP | 363 #undef HAVE_LDAP_GET_LDERRNO |
364 /* Does the library define ldap_result2error () ? */ | |
365 #undef HAVE_LDAP_RESULT2ERROR | |
366 /* Does the library define ldap_parse_result () ? */ | |
367 #undef HAVE_LDAP_PARSE_RESULT | |
364 | 368 |
365 /* Do you have the Xauth library present? This will add some extra | 369 /* Do you have the Xauth library present? This will add some extra |
366 functionality to gnuserv. */ | 370 functionality to gnuserv. */ |
367 #undef HAVE_XAUTH | 371 #undef HAVE_XAUTH |
368 | 372 |