diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-05-27 16:36:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-05-27 16:36:50 +0000 |
commit | 24daeb8e73f924df26a38185296d5a6a6c49acb1 (patch) | |
tree | 24eb4be87f93a7070cbb4b43175d10083ffd0b67 /src/include | |
parent | e185583a379dca39434fd96cfb6a659637d8e565 (diff) |
Add configure thread tests.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 129d7396e5e..bc6d89ada15 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -465,6 +465,9 @@ /* 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 |