diff options
Diffstat (limited to 'db2/config.h')
-rw-r--r-- | db2/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db2/config.h b/db2/config.h index 27dbdaa..7f784a0 100644 --- a/db2/config.h +++ b/db2/config.h @@ -114,6 +114,9 @@ /* Define if you have the strsep function. */ #define HAVE_STRSEP 1 +/* Define if you have the sysconf function. */ +#define HAVE_SYSCONF 1 + /* Define if you have the vsnprintf function. */ #define HAVE_VSNPRINTF 1 |