1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Check for and set HAVE_CRYPT_H if <crypt.h> exists

include crypt.h in password.c if crypt.h does exist
This commit is contained in:
Marc G. Fournier
1997-03-20 18:04:32 +00:00
parent 419b4304ba
commit 7d5770eaf2
4 changed files with 10 additions and 4 deletions

View File

@@ -14,6 +14,9 @@
* The following is set using configure.
*/
/* Set to 1 if you have <crypt.h> */
#undef HAVE_CRYPT_H
/* Set to 1 if you have <termios.h> */
#undef HAVE_TERMIOS_H