Differences From Artifact [1f64289873]:
- File libconfig.h.in — part of check-in [cff8496e42] at 2004-11-24 23:13:23 on branch trunk — Added an optional dependency to libopennet. If libopennet is used fopen_net is used instead of fopen. Made lc_process_file() a publicly callable function. Added a (blank!) man page for it. Made lc_cleanup() a publicly callable function, and removed calls to it from lc_process(). Added a (blank!) man page for it. (user: rkeene, size: 2027) [annotate] [blame] [check-ins using]
To Artifact [46fa13e1cf]:
- File libconfig.h.in — part of check-in [2ae4c0df0a] at 2005-03-05 11:30:28 on branch trunk — Began adding IPv6 support (user: rkeene, size: 2091) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
LC_VAR_SECTION,
LC_VAR_SECTIONSTART,
LC_VAR_SECTIONEND,
LC_VAR_BOOL_BY_EXISTANCE,
LC_VAR_SIZE_SIZE_T,
LC_VAR_CIDR,
LC_VAR_IP,
} lc_var_type_t;
__BLANK_LINE__
typedef enum {
LC_FLAGS_VAR,
LC_FLAGS_CMDLINE,
| > > > > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
LC_VAR_SECTION,
LC_VAR_SECTIONSTART,
LC_VAR_SECTIONEND,
LC_VAR_BOOL_BY_EXISTANCE,
LC_VAR_SIZE_SIZE_T,
LC_VAR_CIDR,
LC_VAR_IP,
LC_VAR_IP4,
LC_VAR_IP6,
LC_VAR_HOSTNAME4,
LC_VAR_HOSTNAME6,
} lc_var_type_t;
__BLANK_LINE__
typedef enum {
LC_FLAGS_VAR,
LC_FLAGS_CMDLINE,
|
| ︙ | ︙ |