aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pg_config.h.win32')
-rw-r--r--src/include/pg_config.h.win324
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 7835ef8d9ff..aaeecf5957b 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -21,10 +21,6 @@
#define HAVE_ATEXIT
#define HAVE_MEMMOVE
-#ifdef __BORLANDC__
-#define HAVE_RANDOM
-#endif
-
/* use _snprintf instead of snprintf */
#define HAVE_DECL_SNPRINTF 1
#define snprintf _snprintf