[Date Prev][Date Next] [Chronological] [Thread] [Top]

__NEED_PROTOTYPES vs. LDAP_NEED_PROTOTYPES



I just checked out a fresh head branch on another machine to give Mark
access to testing the kill-the-daemon-race problem.  The compiler stopped
on schemaparse.c, with an error dscompare()'s types.  The problem seems
to stem from a
	#define __NEED_PROTOTYPES 1
in portable.h vs.
	#ifdef ... LDAP_NEED_PROTOTYPES
in ldap_cdefs.h.

My other checkout, on another machine, where I've been using 'cvs update'
also now seems to be headed towards this problem.  Which is the real one?
__NEED_PROTOTYPES or LDAP_NEED_PROTOTYPES?

Randy