From ae15b9f9a005608055aeec2718900e4b3be6e333 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Wed, 27 Dec 2006 13:36:53 +0000 Subject: [PATCH] Fix GNU C build --- Config.def | 2 ++ goldlib/uulib/Makefile | 2 +- rddt/rddt.cpp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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