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

ifdef error in config.c (ITS#1156)



Full_Name: Emile Heitor
Version: 2.0.9
OS: Solaris 2.8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.198.0.90)


Hi all,

I'm compiling openldap 2.0.9 without TLS support, so when compiling config.c,
here is the error message :

config.c: In function `read_config':
config.c:807: `rc' undeclared (first use in this function)
[...]

I located this on config.c :

#ifdef HAVE_TLS
int rc; 
#endif

Of course, when commenting the ifdef/ifndef, everything compiles file. 
Hope this is not a known issue ;)

All the best,

iMil