From 9864ef74b142a0ad92eff84d817262d569211f98 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Feb 2020 23:04:14 +0300 Subject: Release version 12.1.0+2 Drop copyright notice from source code Use adhoc value for libpqdll.map prerequisite-specific variable include Minor cleanups --- libpq/libpq/pg_config.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libpq/libpq/pg_config.h') 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 /* -- cgit v1.1