Cosmetic cleaning of pg_config.h.win32
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 10 Dec 2019 20:15:30 +0000 (21:15 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 10 Dec 2019 20:24:25 +0000 (21:24 +0100)
Clean up some comments (some generated by old versions of autoconf)
and some random ordering differences, so it's easier to diff this
against the default pg_config.h or pg_config.h.in.  Remove LOCALEDIR
handling from pg_config.h.win32 altogether because it's already in
pg_config_paths.h.

src/include/pg_config.h.win32
src/tools/msvc/Solution.pm

index 09cedd0bda15feacb0adc609b7dd2161c08b270b..808f5abcdb112b8da9873606095af0a871e0e908 100644 (file)
 /* Define to the return type of 'accept' */
 #define ACCEPT_TYPE_RETURN unsigned int PASCAL
 
-/* The alignment requirement of a `double'. */
+/* The normal alignment of `double', in bytes. */
 #define ALIGNOF_DOUBLE 8
 
-/* The alignment requirement of a `int'. */
+/* The normal alignment of `int', in bytes. */
 #define ALIGNOF_INT 4
 
-/* The alignment requirement of a `long'. */
+/* The normal alignment of `long', in bytes. */
 #define ALIGNOF_LONG 4
 
-/* The alignment requirement of a `long long int'. */
+/* The normal alignment of `long long int', in bytes. */
 #define ALIGNOF_LONG_LONG_INT 8
 
 /* The normal alignment of `PG_INT128_TYPE', in bytes. */
 #undef ALIGNOF_PG_INT128_TYPE
 
-/* The alignment requirement of a `short'. */
+/* The normal alignment of `short', in bytes. */
 #define ALIGNOF_SHORT 2
 
 /* Define to the default TCP port number on which the server listens and to
 /* Define to the default TCP port number as a string constant. */
 #define DEF_PGPORT_STR "5432"
 
+/* Define to 1 if you want National Language Support. (--enable-nls) */
+/* #undef ENABLE_NLS */
+
+/* Define to 1 to build client libraries as thread-safe code.
+   (--enable-thread-safety) */
+#define ENABLE_THREAD_SAFETY 1
+
 /* Define to nothing if C supports flexible array members, and to 1 if it does
    not. That way, with a declaration like `struct s { int n; double
    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
    MSVC and with C++ compilers. */
 #define FLEXIBLE_ARRAY_MEMBER
 
-/* Define to 1 if you want National Language Support. (--enable-nls) */
-/* #undef ENABLE_NLS */
-
-/* Define to 1 to build client libraries as thread-safe code.
-   (--enable-thread-safety) */
-#define ENABLE_THREAD_SAFETY 1
-
 /* Define to 1 if gettimeofday() takes only 1 argument. */
 /* #undef GETTIMEOFDAY_1ARG */
 
@@ -75,6 +75,9 @@
 /* Define to 1 if you have the `ASN1_STRING_get0_data' function. */
 /* #undef HAVE_ASN1_STRING_GET0_DATA */
 
+/* Define to 1 if you want to use atomics if available. */
+#define HAVE_ATOMICS 1
+
 /* Define to 1 if you have the `BIO_get_data' function. */
 /* #undef HAVE_BIO_GET_DATA */
 
    `LLVMCreatePerfJITEventListener', and to 0 if you don't. */
 #undef HAVE_DECL_LLVMCREATEPERFJITEVENTLISTENER
 
+/* Define to 1 if you have the declaration of `LLVMGetHostCPUFeatures', and to
+   0 if you don't. */
+#define HAVE_DECL_LLVMGETHOSTCPUFEATURES 0
+
 /* Define to 1 if you have the declaration of `LLVMGetHostCPUName', and to 0
    if you don't. */
 #define HAVE_DECL_LLVMGETHOSTCPUNAME 0
 
-/* Define to 1 if you have the declaration of `LLVMGetHostCPUFeatures', and to 0
-   if you don't. */
-#define HAVE_DECL_LLVMGETHOSTCPUFEATURES 0
-
 /* Define to 1 if you have the declaration of `LLVMOrcGetSymbolAddressIn', and
    to 0 if you don't. */
 #define HAVE_DECL_LLVMORCGETSYMBOLADDRESSIN 0
    don't. */
 #define HAVE_DECL_STRNLEN 1
 
-/* Define to 1 if you have the `strtof' function. */
-#define HAVE_STRTOF 1
-
 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
    don't. */
 #define HAVE_DECL_STRTOLL 1
 /* Define to 1 if your compiler understands __FUNCTION__. */
 #define HAVE_FUNCNAME__FUNCTION 1
 
-/* Define to 1 if you have getaddrinfo(). */
+/* Define to 1 if you have the `getaddrinfo' function. */
 /* #undef HAVE_GETADDRINFO */
 
 /* Define to 1 if you have the `gethostbyname_r' function. */
 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
 /* #undef HAVE_PAM_PAM_APPL_H */
 
-/* Define to 1 if you have the `strnlen' function. */
-#define HAVE_STRNLEN 1
-
 /* Define to 1 if you have the `poll' function. */
 /* #undef HAVE_POLL */
 
 /* Define to 1 if you have spinlocks. */
 #define HAVE_SPINLOCKS 1
 
-/* Define to 1 if you have atomics. */
-#define HAVE_ATOMICS 1
-
 /* Define to 1 if you have the `srandom' function. */
 /* #undef HAVE_SRANDOM */
 
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
+/* Define to 1 if you have the `strnlen' function. */
+#define HAVE_STRNLEN 1
+
 /* Define to 1 if you have the `strsignal' function. */
 /* #undef HAVE_STRSIGNAL */
 
+/* Define to 1 if you have the `strtof' function. */
+#define HAVE_STRTOF 1
+
 /* Define to 1 if you have the `strtoll' function. */
 #ifdef HAVE_LONG_LONG_INT_64
 #define HAVE_STRTOLL 1
 /* Define to 1 if the system has the type `struct option'. */
 //#define HAVE_STRUCT_OPTION 1
 
-/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
+/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
 
 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 
-/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
+/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
 
-/* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
+/* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
 
-/* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
+/* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
 
-/* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
+/* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */
 
-/* Define to 1 if `tm_zone' is member of `struct tm'. */
+/* Define to 1 if `tm_zone' is member of `struct tm'. */
 /* #undef HAVE_STRUCT_TM_TM_ZONE */
 
 /* Define to 1 if you have the `symlink' function. */
 /* Define to 1 if `locale_t' requires <xlocale.h>. */
 /* #undef LOCALE_T_IN_XLOCALE */
 
-/* Define to the location of locale files. */
-/* #undef LOCALEDIR */
-
 /* Define as the maximum alignment requirement of any C data type. */
 #define MAXIMUM_ALIGNOF 8
 
 /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "PostgreSQL 13devel"
 
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "postgresql"
+
 /* Define to the version of this package. */
 #define PACKAGE_VERSION "13devel"
 
 /* Define to the name of a signed 64-bit integer type. */
 #define PG_INT64_TYPE long long int
 
+/* Define to the name of the default PostgreSQL service principal in Kerberos
+   (GSSAPI). (--with-krb-srvnam=NAME) */
+#define PG_KRB_SRVNAM "postgres"
+
+/* Define to 1 to use <stdbool.h> to define type bool. */
+#define PG_USE_STDBOOL 1
+
 /* PostgreSQL version as a string */
 #define PG_VERSION "13devel"
 
 /* PostgreSQL version as a number */
 #define PG_VERSION_NUM 130000
 
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "postgresql"
-
-/* Define to the name of the default PostgreSQL service principal in Kerberos.
-   (--with-krb-srvnam=NAME) */
-#define PG_KRB_SRVNAM "postgres"
-
-/* Define to 1 to use <stdbool.h> to define type bool. */
-#define PG_USE_STDBOOL 1
-
 /* A string containing the version number, platform, and C compiler */
 #define PG_VERSION_STR "Uninitialized version string (win32)"
 
 #define inline __inline
 #endif
 
-/* Define to keyword to use for C99 restrict support, or to nothing if this is
-   not supported */
+/* Define to keyword to use for C99 restrict support, or to nothing if not
+   supported */
 /* Works for C and C++ in Visual Studio 2008 and upwards */
 #define pg_restrict __restrict
 
index 5f72530c72b80e76ebd8907d41d7153c3439ca52..94cc4b950efd3b7cc41d2af23c5112a9c6f063f7 100644 (file)
@@ -184,8 +184,6 @@ sub GenerateFiles
            print $o $_;
        }
        print $o "#define PG_MAJORVERSION \"$self->{majorver}\"\n";
-       print $o "#define LOCALEDIR \"/share/locale\"\n"
-         if ($self->{options}->{nls});
        print $o "/* defines added by config steps */\n";
        print $o "#ifndef IGNORE_CONFIGURED_SETTINGS\n";
        print $o "#define USE_ASSERT_CHECKING 1\n"