Remove 'unused variable' from dt.c
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.9 1997/03/25 20:00:52 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.10 1997/03/25 20:02:42 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
char mabbrev[4], dabbrev[4];
int day;
double sec;
- char buf[MAXDATELEN];
sec = (tm->tm_sec + fsec);
fi
done
-for ac_hdr in readline.h history.h dld.h crypt.h endian.h
+for ac_hdr in readline.h history.h dld.h crypt.h endian.h float.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(limits.h unistd.h termios.h values.h sys/select.h)
-AC_CHECK_HEADERS(readline.h history.h dld.h crypt.h endian.h)
+AC_CHECK_HEADERS(readline.h history.h dld.h crypt.h endian.h float.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
/* Set to 1 if you have <termios.h> */
#undef HAVE_TERMIOS_H
+/* Set to 1 if you have <float.h> */
+#undef HAVE_FLOAT_H
+
/* Set to 1 if you have <limits.h> */
#undef HAVE_LIMITS_H