summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorAndrew Dunstan2011-12-10 21:29:37 +0000
committerAndrew Dunstan2011-12-10 21:29:37 +0000
commit8e461ca5a9714f3487534b2b0dddb8eb2dda94af (patch)
treeb48873205161fd0b128c73a2f3fca5de57b8d521 /src/include/c.h
parent1a0c76c32fe470142d3663dd84ac960d75a4e8db (diff)
Remove define inadvertantly left over from testing.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h
index cb9b150f8a6..5bed7190da5 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -58,7 +58,6 @@
#endif
#include "postgres_ext.h"
-#define HAVE_CRTDEFS_H 1
#if _MSC_VER >= 1400 || defined(HAVE_CRTDEFS_H)
#define errcode __msvc_errcode
#include <crtdefs.h>