From 02d847fe9f86b0c6ff4658eb9d49fbb98c8fa69a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 13 Jun 2003 23:10:08 +0000 Subject: Add --with-threads configure option to control threaded libpq. --- src/include/pg_config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index a15ca6b6a6f..60f9536dff0 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -468,9 +468,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H -/* Define to 1 if you have the threads interface. */ -#undef HAVE_THREADS - /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use `HAVE_STRUCT_TM_TM_ZONE' instead. */ #undef HAVE_TM_ZONE -- cgit v1.2.3