projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cfd9e8
)
define HAVE_FSEEKO for MSVC
author
Andrew Dunstan
<andrew@dunslane.net>
Wed, 7 Jan 2009 13:51:04 +0000
(13:51 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Wed, 7 Jan 2009 13:51:04 +0000
(13:51 +0000)
src/include/pg_config.h.win32
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pg_config.h.win32
b/src/include/pg_config.h.win32
index 1c7e3cd2d00e182f67df98fe50516b5dbdd69ea2..e1aa7e8b23af67a6a7162c349f6ce476a9b60879 100644
(file)
--- 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