summaryrefslogtreecommitdiffhomepage
path: root/auto/os/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/os/conf')
-rw-r--r--auto/os/conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 0b2a4357e..d0eb7876d 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -19,13 +19,12 @@ case $PLATFORM in
. auto/os/freebsd
;;
- Solaris:*)
- CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64"
- CORE_LIBS="$CORE_LIBS -lsocket -lnsl"
+ Linux:*)
+ . auto/os/linux
;;
- Linux:*)
- CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
+ SunOS:*)
+ . auto/os/solaris
;;
win32)