# HG changeset patch # User tuomov # Date 1011658858 -3600 # Node ID 5e59489313a0867471aeccaca90c2d297c5df055 # Parent 3cf58eae0df6b35fd8a433614092e1fbb54c1580 trunk: changeset 41 END_CONFOPTS was missing diff -r 3cf58eae0df6 -r 5e59489313a0 include/libtu/parser.h --- 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; diff -r 3cf58eae0df6 -r 5e59489313a0 system.mk --- 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