Differences From Artifact [27038f8b4f]:
- File libconfig.h.in — part of check-in [affd29c5ef] at 2004-10-28 23:55:53 on branch trunk — Updated the way configure looks for how to build shared objects. libconfig version 0.0.4 (user: rkeene, size: 1797) [annotate] [blame] [check-ins using]
To Artifact [6db6e4f548]:
- File libconfig.h.in — 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: 1864) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + + + | !ifndef _RSK_LIBCONFIG_H !define _RSK_LIBCONFIG_H !ifdef __cplusplus extern "C" { !endif __BLANK_LINE__ typedef enum { LC_CONF_SECTION, LC_CONF_APACHE, LC_CONF_COLON, LC_CONF_EQUAL, |
︙ | |||
75 76 77 78 79 80 81 | 78 79 80 81 82 83 84 85 86 87 88 89 | + - + + + | !define LC_CBRET_ERROR (-1) __BLANK_LINE__ extern int lc_optind; __BLANK_LINE__ !ifdef __cplusplus |