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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user