File tree 3 files changed +1011
-4
lines changed
3 files changed +1011
-4
lines changed Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $Header: /cvsroot/pgsql/configure.in,v 1.247 2003/05/09 16:26:28 momjian Exp $
2
+ dnl $Header: /cvsroot/pgsql/configure.in,v 1.248 2003/05/09 16:52:10 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
839
839
AC_CHECK_FUNCS([fpclass fp_class fp_class_d class], [break])
840
840
fi
841
841
842
- AC_REPLACE_FUNCS([fseeko gethostname getopt_long getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul])
842
+ AC_REPLACE_FUNCS([crypt fseeko gethostname getopt_long getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul])
843
843
844
844
# system's version of getaddrinfo(), if any, may be used only if we found
845
845
# a definition for struct addrinfo; see notes in src/include/getaddrinfo.h
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.77 2003/04/22 19:42:27 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.78 2003/05/09 16:52:10 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -23,7 +23,7 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconf
23
23
OBJS = fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
24
24
pqexpbuffer.o pqsignal.o fe-secure.o \
25
25
dllist.o md5.o ip.o wchar.o encnames.o \
26
- $(filter getaddrinfo.o inet_aton.o snprintf.o strerror.o path.o, $(LIBOBJS ) )
26
+ $(filter crypt.o getaddrinfo.o inet_aton.o snprintf.o strerror.o path.o, $(LIBOBJS ) )
27
27
28
28
29
29
# Add libraries that libpq depends (or might depend) on into the
You can’t perform that action at this time.
0 commit comments