comparison src/config.h.in @ 361:7347b34c275b r21-1-10

Import from CVS: tag r21-1-10
author cvs
date Mon, 13 Aug 2007 10:58:40 +0200
parents 8429d81ab209
children 972bbb6d6ca2
comparison
equal deleted inserted replaced
360:0f00b38cfccb 361:7347b34c275b
350 /* Do we have either DBM or Berkeley DB database support? */ 350 /* Do we have either DBM or Berkeley DB database support? */
351 #undef HAVE_DATABASE 351 #undef HAVE_DATABASE
352 352
353 /* Do we have LDAP support? */ 353 /* Do we have LDAP support? */
354 #undef HAVE_LDAP 354 #undef HAVE_LDAP
355 /* Do we have the LDAP library of the University of Michigan ? */ 355 /* Does the library define ldap_set_option () ? */
356 #undef HAVE_UMICH_LDAP 356 #undef HAVE_LDAP_SET_OPTION
357 /* Do we have Netscape LDAP SDK library */ 357 /* Does the library define ldap_get_lderrno () ? */
358 #undef HAVE_NS_LDAP 358 #undef HAVE_LDAP_GET_LDERRNO
359 /* Does the library define ldap_result2error () ? */
360 #undef HAVE_LDAP_RESULT2ERROR
361 /* Does the library define ldap_parse_result () ? */
362 #undef HAVE_LDAP_PARSE_RESULT
359 363
360 /* Do you have the Xauth library present? This will add some extra 364 /* Do you have the Xauth library present? This will add some extra
361 functionality to gnuserv. */ 365 functionality to gnuserv. */
362 #undef HAVE_XAUTH 366 #undef HAVE_XAUTH
363 367