3 /** \file csv_defines.h
4 \brief Sets up internal definitions for handling csv-style files
12 #define HAVE_STRNLEN 0
14 #define HAVE_MBSTATE 0
15 #define HAVE_WCWIDTH 1
16 #define HAVE_SNPRINTF 1
17 #define HAVE_VSNPRINTF 1
18 #define HAVE_VARMACRO 1
19 #define HAVE_LANGINFO 1
25 #define HAVE_STRNLEN 0
27 #define HAVE_MBSTATE 0
28 #define HAVE_WCWIDTH 0
29 #define HAVE_SNPRINTF 0
30 #define HAVE_VSNPRINTF 0
31 #define HAVE_VARMACRO 0
32 #define HAVE_LANGINFO 0
38 #define HAVE_STRNLEN 1
40 #define HAVE_MBSTATE 1
41 #define HAVE_WCWIDTH 1
42 #define HAVE_SNPRINTF 1
43 #define HAVE_VSNPRINTF 0
44 #define HAVE_VARMACRO 1
45 #define HAVE_LANGINFO 1
50 #define UNUSED __attribute__ ((unused))
55 #endif /* DEFINES_H */