diff options
| author | Bruce Momjian | 2003-05-09 16:52:11 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-05-09 16:52:11 +0000 |
| commit | 66e0a8cb39e3c4bcdf44ce7fbe1fd39cb71be63b (patch) | |
| tree | 979af2eef71f7997678bfd4a3ab345a471c50409 /configure.in | |
| parent | 89eae96b2f739b5f0e7db4bee8bd517207d699c6 (diff) | |
Add crypt() to /port for Win32.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 28394002825..a8408e64a9f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.247 2003/05/09 16:26:28 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.248 2003/05/09 16:52:10 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -839,7 +839,7 @@ else AC_CHECK_FUNCS([fpclass fp_class fp_class_d class], [break]) fi -AC_REPLACE_FUNCS([fseeko gethostname getopt_long getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul]) +AC_REPLACE_FUNCS([crypt fseeko gethostname getopt_long getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul]) # system's version of getaddrinfo(), if any, may be used only if we found # a definition for struct addrinfo; see notes in src/include/getaddrinfo.h |
