@@ -1,11 +1,15 @@ !ifndef _RSK_LIBCONFIG_H !define _RSK_LIBCONFIG_H - !ifdef __cplusplus extern "C" { !endif + +__BLANK_LINE__ + +!define LC_VAR_LIST 0x80 + __BLANK_LINE__ typedef enum { LC_CONF_SECTION, LC_CONF_APACHE, @@ -37,16 +41,16 @@ 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_CIDR, + LC_VAR_IP, + LC_VAR_IP4, + LC_VAR_IP6, + LC_VAR_HOSTNAME4, + LC_VAR_HOSTNAME6, } lc_var_type_t; __BLANK_LINE__ typedef enum { @@ -89,10 +93,10 @@ __BLANK_LINE__ extern int lc_optind; __BLANK_LINE__ + !ifdef __cplusplus } !endif - !endif