diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-11 18:07:38 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-11 18:07:38 +0000 |
commit | cae912d05bfb354d81427c6ae5354eab90869fe9 (patch) | |
tree | 40867e34621aeed3c5ae895298b67775a12c8276 /src | |
parent | 7078441af0f16e02255cc8e52b00be5352e2465a (diff) | |
download | postgresql-cae912d05bfb354d81427c6ae5354eab90869fe9.tar.gz postgresql-cae912d05bfb354d81427c6ae5354eab90869fe9.zip |
Do not link in libwsock32 on non-win32 platforms. Improve grammar
of thread-safety comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 379f0f4f991..acb140b856b 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -25,12 +25,12 @@ #undef ALIGNOF_SHORT /* Define to the default TCP port number on which the server listens and to - which clients will try to connect to. This can be overridden at run-time, - but it's convenient if your clients have the right default compiled in. + which clients will try to connect. This can be overridden at run-time, but + it's convenient if your clients have the right default compiled in. (--with-pgport=PORTNUM) */ #undef DEF_PGPORT -/* Define to the default TCP port number as string constant. */ +/* Define to the default TCP port number as a string constant. */ #undef DEF_PGPORT_STR /* Define to 1 if you want National Language Support. (--enable-nls) */ @@ -603,7 +603,7 @@ /* Define to select SysV-style shared memory. */ #undef USE_SYSV_SHARED_MEMORY -/* Define to 1 to build libpq and ecpg to be thread-safe. +/* Define to 1 to build client libraries as thread-safe code. (--enable-thread-safety) */ #undef USE_THREADS |