[freetds] (no subject)
GUTIERREZ Pablo TESIS-TAMSA
Tesgup at tamsa.com.mx
Mon May 26 09:52:05 EDT 2003
Line 34 of src/apps/freebcp.c includes <strings.h> without checking whether
is present or not in the system. (al least in freetds-0.61.1)
Would someone please fix that?
I think the code should be:
+ #if HAVE_STRINGS_H
#include <strings.h>
+ #endif
QNX 4 doesn't have <strings.h> so I have to comment out this line every time
I want to recompile
FREE-TDS.
Best Regards
Pablo Gutierrez
More information about the FreeTDS
mailing list