Skip to Content.
Sympa Menu

freetds - [freetds] (no subject)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: GUTIERREZ Pablo TESIS-TAMSA <Tesgup AT tamsa.com.mx>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] (no subject)
  • Date: Mon, 26 May 2003 08:52:05 -0500

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
 




  • [freetds] (no subject), GUTIERREZ Pablo TESIS-TAMSA, 05/26/2003

Archive powered by MHonArc 2.6.24.

Top of Page