[openssl.org #1012] o_str.c searches strings.h even if config with -DNO_STRINGS_H
When i run "./config -DNO_STRINGS_H" file crypto/o_str.c wants to
include strings.h
To solve i commented out these 5 lines:
....
#ifdef OPENSSL_SYS_WINDOWS
# include <string.h>
#else
# include <strings.h>
#endif
....
(after running ./config the Makefile in crypto dont has correct entries
for INSTALLDIR etc., but i dont know, if this is important or not [if
this Makefile is used])
Alexander
______________________________________________________________________
OpenSSL Project [url]http://www.openssl.org[/url]
Development Mailing List [email]openssl-dev@openssl.org[/email]
Automated List Manager [email]majordomo@openssl.org[/email]