Differences From Artifact [18e2a49265]:
- File compat.h — part of check-in [2eca7c583b] at 2004-10-29 03:01:26 on branch trunk — Updated to remove PRINTERR and PRINTERR_D (Mac OS X's c preprocessor doesn't handle variadic macros) Updated strtoull.c to work. Added config.guess/config.sub (needed for determining SHLIBEXT) A few misc changes. libconfig 0.0.7 (user: rkeene, size: 1301) [annotate] [blame] [check-ins using]
To Artifact [309b8b282c]:
- File compat.h — part of check-in [59af3f328b] at 2004-10-31 20:46:08 on branch trunk — Changed to `strtoull' to `strtoll' and updated code. Changed URL in header Added TODO libconfig 0.1.1 (user: rkeene, size: 1299) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - - + + | #include "win32.h" #endif #ifndef LC_LINEBUF_LEN #define LC_LINEBUF_LEN 1024 #endif |
︙ |