to reflect what configure is going to define when the time comes
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.16 1997/01/24 23:48:27 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.17 1997/01/25 19:29:36 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <commands/vacuum.h>
#include <storage/bufpage.h>
#include "storage/shmem.h"
-#ifndef HAVE_RUSAGE
+#ifndef HAVE_GETRUSAGE
# include <rusagestub.h>
#else
# include <sys/time.h>
#define BLCKSZ 8192
/* Define to enable readline/history support in psql */
-/* #undef HAVE_LIBREADLINE */
+#define HAVE_LIBREADLINE
/* These two defines are not used until HAVE_LIBREADLINE
* are also defined
#define HAVE_ISINF
#define HAVE_CBRT
#define HAVE_RINT
-#define HAVE_RUSAGE
+#define HAVE_GETRUSAGE
#if defined(aix)
# undef HAVE_SYS_SELECT_H
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# undef HAVE_ISINF
-# undef HAVE_RUSAGE
+# undef HAVE_GETRUSAGE
# define NO_EMPTY_STMTS
# define HAVE_TZSET
# define NEED_UNION_SEMUN
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# undef HAVE_ISINF
-# undef HAVE_RUSAGE
+# undef HAVE_GETRUSAGE
# define NO_EMPTY_STMTS
# define USE_POSIX_TIME
# define HAVE_TZSET
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# undef HAVE_ISINF
-# undef HAVE_RUSAGE
+# undef HAVE_GETRUSAGE
# define NO_EMPTY_STMTS
# define HAVE_TZSET
# define NEED_UNION_SEMUN