diff --git a/Config.def b/Config.def index 6d5a780..422f9ff 100644 --- a/Config.def +++ b/Config.def @@ -79,5 +79,7 @@ #CPPFLAGS+=-DGCFG_NO_MSSPELL # Uncomment to disable HunSpell spellchecker support (multiplatform) #CPPFLAGS+=-DGCFG_NO_MYSPELL +# Uncomment to disable regex search feature +#CPPFLAGS+=-DGCFG_NO_REGEX # Comment to disable AreaRecycleBin keyword and feature CPPFLAGS+=-D__INCLUDE_NEW_KEYWORDS__ diff --git a/goldlib/uulib/Makefile b/goldlib/uulib/Makefile index 2e417d5..c1a80c5 100644 --- a/goldlib/uulib/Makefile +++ b/goldlib/uulib/Makefile @@ -5,7 +5,7 @@ PATCH=15 TOP=../.. TARGET=uulib -INCS=-I$(TOP)/goldlib/uulib -I$(TOP)/goldlib/gall +INCS=-I$(TOP)/goldlib/uulib -I$(TOP)/goldlib/gall -I$(TOP)/goldlib/glibc CFLAGS=-DHAVE_CONFIG_H -DVERSION=\"$(VERSION)\" -DPATCH=\"$(PATCH)\" include $(TOP)/GNUmakef.inc diff --git a/rddt/rddt.cpp b/rddt/rddt.cpp index b8b6630..50a117c 100644 --- a/rddt/rddt.cpp +++ b/rddt/rddt.cpp @@ -346,7 +346,7 @@ int main(int argc, char** argv) { << endl; if(argc < 2) { - cout << "Syntax: RDDT [options] [address or name]" << + cout << "Syntax: RDDT [options] [address or name]" << endl << "\twhere options may be:" << endl << "\t\t-d - Debug mode" << endl << "\t\t-p - Decode path" << endl