diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-10 16:41:01 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-10 16:41:01 +0000 |
| commit | e27a8df1bf725b31168fa730b70e57c3f9286380 (patch) | |
| tree | a52c4dbc2b30f39e2d380e94a125a5b3fbce9cd4 /src/include/pg_config.h.in | |
| parent | 6160106c7495509310b709ee320b55cea8a60928 (diff) | |
| download | postgresql-e27a8df1bf725b31168fa730b70e57c3f9286380.tar.gz | |
Fix misspelling.
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 64b4473ea3..2381c20da1 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -39,6 +39,9 @@ /* Define to 1 to enable DTrace support. (--enable-dtrace) */ #undef ENABLE_DTRACE +/* Define to build with GSSAPI support. (--with-gssapi) */ +#undef ENABLE_GSS + /* Define to 1 if you want National Language Support. (--enable-nls) */ #undef ENABLE_NLS @@ -568,9 +571,6 @@ /* Define to the appropriate snprintf format for 64-bit ints, if any. */ #undef INT64_FORMAT -/* Define to build with GSSAPI support. (--with-gssapi) */ -#undef ENABLE_GSS - /* Define to build with Kerberos 5 support. (--with-krb5) */ #undef KRB5 |
