]> granicus.if.org Git - postgresql/commitdiff
From: "D'Arcy J.M. Cain" <darcy@druid.net>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 28 Mar 1997 06:55:58 +0000 (06:55 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 28 Mar 1997 06:55:58 +0000 (06:55 +0000)
#ifdef is looking for the wrong value.

src/backend/libpq/password.c

index 65f8308010ddcaf6e5f6c1733c71f1959465842a..55f77508bbf2f7eb1f4a59c2c4d409860e005ac9 100644 (file)
@@ -4,7 +4,7 @@
 #include <libpq/libpq.h>
 #include <string.h>
 #include <unistd.h>
-#ifdef HAVE_CRYPT
+#ifdef HAVE_CRYPT_H
 # include <crypt.h>
 #endif