Differences From Artifact [282078a7c0]:
- File config.h.in — part of check-in [525f68fcf8] at 2006-12-17 03:35:15 on branch trunk — Added working addr and ipv4 conversion functions (user: rkeene, size: 3885) [annotate] [blame] [check-ins using]
To Artifact [8f5d00d1a4]:
- File config.h.in — part of check-in [d281965daf] at 2007-01-16 03:14:02 on branch trunk — libconfig 0.2.4 Added support for "double" and "float" types Moved the test config file into a user directory (user: rkeene, size: 3958) [annotate] [blame] [check-ins using]
︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | + + + | #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strsep' function. */ #undef HAVE_STRSEP /* Define to 1 if you have the `strtof' function. */ #undef HAVE_STRTOF /* Define to 1 if you have the `strtoll' function. */ #undef HAVE_STRTOLL /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |
︙ |