Tue, 22 Jan 2002 01:20:58 +0100
trunk: changeset 41
END_CONFOPTS was missing
include/libtu/parser.h | file | annotate | diff | comparison | revisions | |
system.mk | file | annotate | diff | comparison | revisions |
--- a/include/libtu/parser.h Tue Jan 22 01:22:58 2002 +0100 +++ b/include/libtu/parser.h Tue Jan 22 01:20:58 2002 +0100 @@ -28,6 +28,8 @@ * "#cancel" call this handler when recovering from error */ +#define END_CONFOPTS {NULL, NULL, NULL, NULL} + typedef struct _ConfOpt{ const char *optname; const char *argfmt;
--- a/system.mk Tue Jan 22 01:22:58 2002 +0100 +++ b/system.mk Tue Jan 22 01:20:58 2002 +0100 @@ -20,6 +20,14 @@ ## +## Modules +## + +#MODULE_SUPPORT=-DCF_NO_MODULE_SUPPORT +MODULE_SUPPORT_LDFLAGS=-export-dynamic -ldl + + +## ## X libraries, includes and options ## @@ -43,7 +51,7 @@ # You may uncomment this if you know your system has # asprintf and vasprintf in the c library. (gnu libc has.) # If HAS_SYSTEM_ASPRINTF is not defined, an implementation -# in sprintf_2.2/ is used. +# in libtu/sprintf_2.2/ is used. #HAS_SYSTEM_ASPRINTF=1