1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix misspelling.

This commit is contained in:
Tom Lane
2007-07-10 16:41:01 +00:00
parent 6160106c74
commit e27a8df1bf
3 changed files with 10 additions and 12 deletions

View File

@ -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