diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2009-01-07 13:51:04 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2009-01-07 13:51:04 +0000 |
commit | 678e597ee3f629571fde0151711e121454332cf7 (patch) | |
tree | 1ae10754f96b033522751fa73d88fc202dc35c1f /src | |
parent | 1cfd9e88349fc259d17914ccfd4eaf7bb7f7d141 (diff) | |
download | postgresql-678e597ee3f629571fde0151711e121454332cf7.tar.gz postgresql-678e597ee3f629571fde0151711e121454332cf7.zip |
define HAVE_FSEEKO for MSVC
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 2 |
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 |