diff options
| author | Peter Eisentraut | 2000-06-17 00:10:40 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-17 00:10:40 +0000 |
| commit | 1652d433582dc819746ba166a6dbdb9e9643e69a (patch) | |
| tree | 132c0b4ef005551c728cb331a2486bb3b0dfa472 /src/include | |
| parent | b36d31030be202830cc21e29ec2fd3aaedbc1ea3 (diff) | |
Remove fmgrstamp-h business -- not needed and confusing
Add options to configure to automatically build for Kerberos
support; no more editing of make files.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 78eca0921bb..586d3b5e58d 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -8,7 +8,7 @@ * or in config.h afterwards. Of course, if you edit config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: config.h.in,v 1.118 2000/06/11 11:39:58 petere Exp $ + * $Id: config.h.in,v 1.119 2000/06/17 00:09:56 petere Exp $ */ #ifndef CONFIG_H @@ -524,6 +524,17 @@ extern void srandom(unsigned int seed); /* Define if C++ compiler accepts "#include <string>" */ #undef HAVE_CXX_STRING_HEADER +/* Define if you are building with Kerberos 4 support */ +#undef KRB4 + +/* Define if you are building with Kerberos 5 support */ +#undef KRB5 + +/* The name of the Postgres service principal in Kerberos */ +#undef PG_KRB_SRVNAM + +/* The location of the Kerberos server's keytab file */ +#undef PG_KRB_SRVTAB /* * Pull in OS-specific declarations (using link created by configure) |
