Diff for /pgsql/configure.in between versions 1.158 and 1.159

version 1.158, 2001/12/13 22:00:22 version 1.159, 2001/12/20 21:23:04
Line 809  PGAC_VAR_INT_TIMEZONE Line 809  PGAC_VAR_INT_TIMEZONE
 AC_FUNC_ACCEPT_ARGTYPES  AC_FUNC_ACCEPT_ARGTYPES
 PGAC_FUNC_GETTIMEOFDAY_1ARG  PGAC_FUNC_GETTIMEOFDAY_1ARG
   
   # SunOS doesn't handle negative byte comparisons properly with +/- return
   PGAC_FUNC_MEMCMP
   
 AC_CHECK_FUNCS([fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen fdatasync])  AC_CHECK_FUNCS([fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen fdatasync])
   
 dnl Check whether <unistd.h> declares fdatasync().  dnl Check whether <unistd.h> declares fdatasync().

Removed from v.1.158  
changed lines
  Added in v.1.159


PostgreSQL CVSweb <[email protected]>