Fix GNU C build

This commit is contained in:
Stas Degteff 2006-12-27 13:36:53 +00:00
parent e7529bb944
commit ae15b9f9a0
3 changed files with 4 additions and 2 deletions

View File

@ -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__

View File

@ -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

View File

@ -346,7 +346,7 @@ int main(int argc, char** argv) {
<< endl;
if(argc < 2) {
cout << "Syntax: RDDT <routefile> [options] [address or name]" <<
cout << "Syntax: RDDT <routefile> [options] [address or name]" << endl
<< "\twhere options may be:" << endl
<< "\t\t-d - Debug mode" << endl
<< "\t\t-p - Decode path" << endl