summaryrefslogtreecommitdiff
path: root/libpq/libpq/pg_config.h
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 23:04:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 23:04:14 +0300
commit9864ef74b142a0ad92eff84d817262d569211f98 (patch)
treea7b4dfa8c507f91382304639ab12b72ed8474737 /libpq/libpq/pg_config.h
parent63c1753565d7908b41b80058b599cd4ae4631b12 (diff)
Release version 12.1.0+2v12.1.0+2
Drop copyright notice from source code Use adhoc value for libpqdll.map prerequisite-specific variable include Minor cleanups
Diffstat (limited to 'libpq/libpq/pg_config.h')
-rw-r--r--libpq/libpq/pg_config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libpq/libpq/pg_config.h b/libpq/libpq/pg_config.h
index 12d418e..fcea042 100644
--- a/libpq/libpq/pg_config.h
+++ b/libpq/libpq/pg_config.h
@@ -1,5 +1,4 @@
/* file : libpq/pg_config.h -*- C -*-
- * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : PostgreSQL License; see accompanying COPYRIGHT file
*/
@@ -189,6 +188,7 @@
# define HAVE_DLOPEN 1
# define HAVE_PREAD 1
# define HAVE_PWRITE 1
+
/*
* Specific for Windows.
*/
@@ -197,10 +197,14 @@
# define HAVE_DECL_RTLD_GLOBAL 0
# define HAVE_DECL_RTLD_NOW 0
# define HAVE_DECL_POSIX_FADVISE 0
-# define HAVE_GETTIMEOFDAY 1
# define HAVE_ISINF 1
# define HAVE_FUNCNAME__FUNCTION 1
# define USE_REPL_SNPRINTF 1
+
+/*
+ * This is not a mistake, the macro is defined opposite to the norm.
+ */
+# define HAVE_GETTIMEOFDAY 1
#endif
/*