define HAVE_FSEEKO for MSVC
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 7 Jan 2009 13:51:04 +0000 (13:51 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 7 Jan 2009 13:51:04 +0000 (13:51 +0000)
src/include/pg_config.h.win32

index 1c7e3cd2d00e182f67df98fe50516b5dbdd69ea2..e1aa7e8b23af67a6a7162c349f6ce476a9b60879 100644 (file)
 /* #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