diff options
author | Bruce Momjian | 2003-06-13 23:10:08 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-06-13 23:10:08 +0000 |
commit | 02d847fe9f86b0c6ff4658eb9d49fbb98c8fa69a (patch) | |
tree | cafe975dd792471ada4a62b2c6dfd7abcf40a69d /src | |
parent | 26188e8c1751a2ef97fb6192fbc1bbc9f313a4d6 (diff) |
Add --with-threads configure option to control threaded libpq.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 <termios.h> 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 |