diff options
| author | Bruce Momjian | 2003-02-14 14:05:00 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-02-14 14:05:00 +0000 |
| commit | 0e010a54a3b17fe6a66c1ed71caff9dc0fac4c2b (patch) | |
| tree | 32bf039930f2f1124a4465db136dde459138b1de /src/include | |
| parent | 044dca9f7cbf305f8c9dc1eb830cfd34ff8417c8 (diff) | |
Update FAQ's in head and 7.3.X.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index ba878df0acd..953fd4597b2 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.38 2003/01/25 05:19:47 tgl Exp $ + * $Id: pg_config.h.in,v 1.39 2003/02/14 14:05:00 momjian Exp $ */ #ifndef PG_CONFIG_H @@ -344,6 +344,9 @@ /* Set to 1 if you have <netinet/tcp.h> */ #undef HAVE_NETINET_TCP_H +/* Set to 1 if you have <pam/pam_appl.h> */ +#undef HAVE_PAM_PAM_APPL_H + /* Set to 1 if you have <readline.h> */ #undef HAVE_READLINE_H @@ -353,6 +356,9 @@ /* Set to 1 if you have <readline/readline.h> */ #undef HAVE_READLINE_READLINE_H +/* Set to 1 if you have <security/pam_appl.h> */ +#undef HAVE_SECURITY_PAM_APPL_H + /* Set to 1 if you have <sys/ipc.h> */ #undef HAVE_SYS_IPC_H |
