diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-15 04:09:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-15 04:09:18 +0000 |
commit | 228c02c3e5f91ab1950d89b99f5b798e753d4f29 (patch) | |
tree | d6be9b03eb83e6e3516914b1b45227eb50cc9b9d /src | |
parent | 4f70680177879501aa402d880b5099fe5df09847 (diff) |
Run autoconf/autoheader for ecpg change.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 6e8cac0e99a..5a3e62915f7 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -588,7 +588,7 @@ /* Define to select SysV-style shared memory. */ #undef USE_SYSV_SHARED_MEMORY -/* Define to 1 to build libpq with threads. (--with-threads) */ +/* Define to 1 to build libpq and ecpg to be thread-safe. (--with-threads) */ #undef USE_THREADS /* Define to select unnamed POSIX semaphores. */ |