aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in21
-rw-r--r--src/test/thread/Makefile (renamed from src/tools/thread/Makefile)2
-rw-r--r--src/test/thread/README (renamed from src/tools/thread/README)0
-rw-r--r--src/test/thread/thread_test.c (renamed from src/tools/thread/thread_test.c)2
4 files changed, 2 insertions, 23 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 8db19b4c483..12cc33b44ab 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -213,15 +213,6 @@
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#undef HAVE_LIBCRYPTO
-/* Define to 1 if you have the `cygipc' library (-lcygipc). */
-#undef HAVE_LIBCYGIPC
-
-/* Define to 1 if you have the `dl' library (-ldl). */
-#undef HAVE_LIBDL
-
-/* Define to 1 if you have the `dld' library (-ldld). */
-#undef HAVE_LIBDLD
-
/* Define to 1 if you have the `eay32' library (-leay32). */
#undef HAVE_LIBEAY32
@@ -237,9 +228,6 @@
/* Define to 1 if you have the `ld' library (-lld). */
#undef HAVE_LIBLD
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
@@ -255,9 +243,6 @@
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV
-/* Define to 1 if you have the `socket' library (-lsocket). */
-#undef HAVE_LIBSOCKET
-
/* Define to 1 if you have the `ssl' library (-lssl). */
#undef HAVE_LIBSSL
@@ -267,12 +252,6 @@
/* Define to 1 if you have the `unix' library (-lunix). */
#undef HAVE_LIBUNIX
-/* Define to 1 if you have the `util' library (-lutil). */
-#undef HAVE_LIBUTIL
-
-/* Define to 1 if you have the `wsock32' library (-lwsock32). */
-#undef HAVE_LIBWSOCK32
-
/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ
diff --git a/src/tools/thread/Makefile b/src/test/thread/Makefile
index c152e8c33d9..98e1839fdfd 100644
--- a/src/tools/thread/Makefile
+++ b/src/test/thread/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 2003-2005, PostgreSQL Global Development Group
#
-# $PostgreSQL: pgsql/src/tools/thread/Makefile,v 1.8 2005/01/01 20:44:34 tgl Exp $
+# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.1 2006/02/04 01:00:02 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/tools/thread/README b/src/test/thread/README
index 107699610ef..107699610ef 100644
--- a/src/tools/thread/README
+++ b/src/test/thread/README
diff --git a/src/tools/thread/thread_test.c b/src/test/thread/thread_test.c
index 2e66813855d..3c1d67c8e7b 100644
--- a/src/tools/thread/thread_test.c
+++ b/src/test/thread/thread_test.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.41 2005/10/15 02:49:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.1 2006/02/04 01:00:02 momjian Exp $
*
* This program tests to see if your standard libc functions use
* pthread_setspecific()/pthread_getspecific() to be thread-safe.