summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco-nothread.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:55:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:55:01 +0000
commit24080642f1f716a28a45ff2a1ee779d8670ae269 (patch)
treead94f8897525ff26ae73447bc7219ddbe468e5c3 /include/makeinclude/platform_sco-nothread.GNU
parentc7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (diff)
downloadATCD-24080642f1f716a28a45ff2a1ee779d8670ae269.tar.gz
removed -D__ACE_INLINE__ even though it's commented, so it doesn't confuse people
Diffstat (limited to 'include/makeinclude/platform_sco-nothread.GNU')
-rw-r--r--include/makeinclude/platform_sco-nothread.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sco-nothread.GNU b/include/makeinclude/platform_sco-nothread.GNU
index f0d14578558..66539fd0534 100644
--- a/include/makeinclude/platform_sco-nothread.GNU
+++ b/include/makeinclude/platform_sco-nothread.GNU
@@ -4,7 +4,7 @@
CC = gcc -w
# for threads
# for no threads
-CXX = g++ -fno-implicit-templates -w -I. -fno-strict-prototypes # -D__ACE_INLINE__
+CXX = g++ -fno-implicit-templates -w -I. -fno-strict-prototypes
DLD = $(CXX)
LD = $(CXX)
LIBS = -lstdc++ -lsocket