From 678e597ee3f629571fde0151711e121454332cf7 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 7 Jan 2009 13:51:04 +0000 Subject: [PATCH] define HAVE_FSEEKO for MSVC --- src/include/pg_config.h.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 1c7e3cd2d0..e1aa7e8b23 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -128,7 +128,7 @@ /* #undef HAVE_FP_CLASS_H */ /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ -/* #undef HAVE_FSEEKO */ +#define HAVE_FSEEKO 1 /* Define to 1 if your compiler understands __func__. */ //#define HAVE_FUNCNAME__FUNC 1