aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2009-01-07 13:51:04 +0000
committerAndrew Dunstan <andrew@dunslane.net>2009-01-07 13:51:04 +0000
commit678e597ee3f629571fde0151711e121454332cf7 (patch)
tree1ae10754f96b033522751fa73d88fc202dc35c1f /src
parent1cfd9e88349fc259d17914ccfd4eaf7bb7f7d141 (diff)
downloadpostgresql-678e597ee3f629571fde0151711e121454332cf7.tar.gz
postgresql-678e597ee3f629571fde0151711e121454332cf7.zip
define HAVE_FSEEKO for MSVC
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 1c7e3cd2d00..e1aa7e8b23a 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