diff options
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 58987eee16..b96f90a41a 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -8,7 +8,7 @@ * or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: pg_config.h.in,v 1.16 2002/01/22 19:02:40 tgl Exp $ + * $Id: pg_config.h.in,v 1.17 2002/02/23 04:17:46 petere Exp $ */ #ifndef PG_CONFIG_H @@ -622,6 +622,18 @@ extern int fdatasync(int fildes); /* Set to 1 if you have struct sockaddr_un */ #undef HAVE_STRUCT_SOCKADDR_UN +/* Set to 1 if you have krb5_ticket.enc_part2 */ +#undef HAVE_KRB5_TICKET_ENC_PART2 + +/* Set to 1 if you have krb5_ticket.client */ +#undef HAVE_KRB5_TICKET_CLIENT + +/* Set to 1 if you have krb5_error.text.data */ +#undef HAVE_KRB5_ERROR_TEXT_DATA + +/* Set to 1 if you have krb5_ticket.e_data */ +#undef HAVE_KRB5_ERROR_E_DATA + /* Set to 1 if type "long int" works and is 64 bits */ #undef HAVE_LONG_INT_64 |
