summaryrefslogtreecommitdiff
path: root/src/template/linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/linux')
-rw-r--r--src/template/linux10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/template/linux b/src/template/linux
index 3684f1a180..95c1b182fe 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -2,12 +2,4 @@
CPPFLAGS="-D_GNU_SOURCE"
# tools/thread/thread_test must be run
-THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
-THREAD_LIBS="-lpthread"
-
-THREAD_SUPPORT=yes
-# 2004-03-14, Linux 2.4.25-1-686
-STRERROR_THREADSAFE=yes
-GETPWUID_THREADSAFE=no
-GETHOSTBYNAME_THREADSAFE=no
-
+PTHREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"