From: "D'Arcy J.M. Cain" <darcy@druid.net>

#ifdef is looking for the wrong value.
pull/50/head
Marc G. Fournier 29 years ago
parent 038e56c4df
commit d98f72e22f
  1. 2
      src/backend/libpq/password.c

@ -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

Loading…
Cancel
Save