From f9b6a4640c91b57d615b6fa32bb7ea80a817065a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 7 Jul 2000 20:06:25 +0000 Subject: [PATCH] Modified comments. --- configure/os/CONFIG.linux-x86.linux-x86 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.linux-x86.linux-x86 b/configure/os/CONFIG.linux-x86.linux-x86 index 1c70343ba..85efda74e 100644 --- a/configure/os/CONFIG.linux-x86.linux-x86 +++ b/configure/os/CONFIG.linux-x86.linux-x86 @@ -29,11 +29,12 @@ AR = ar -rc ARFLAGS = RANLIB = ranlib -t +# -D_BSD_SOURCE for gethostname() in unistd.h as needed by cacChannelIO.cpp. ARCH_DEP_CPPFLAGS += -D_BSD_SOURCE +# IOCSH_USE_READLINE needed by iocsh/ioccrf.c ARCH_DEP_CPPFLAGS += -DIOCSH_USE_READLINE ARCH_DEP_CPPFLAGS += -D_X86_ -Dlinux ARCH_DEP_LDFLAGS = -###ARCH_DEP_LDLIBS = -ldl -lpthread ARCH_DEP_LDLIBS = -lpthread -lreadline