Add missing declarations to pg_config.h.in
authorDaniel Gustafsson <[email protected]>
Thu, 3 Apr 2025 11:57:27 +0000 (13:57 +0200)
committerDaniel Gustafsson <[email protected]>
Thu, 3 Apr 2025 11:57:27 +0000 (13:57 +0200)
Add missing pg_config.h.in declarations from 09be39112654
where the corresponding autoconf/meson declarations were
added.

Reviewed-by: Heikki Linnakangas <[email protected]>
Discussion: https://postgr.es/m/70145721-6949-4ABF-BB54-63F866488DF8@yesql.se

src/include/pg_config.h.in

index 2428e4f854f189dacc18a8417f3df46f44de256f..c2f1241b2342208d19aa66312fbabad5bdee57a0 100644 (file)
    */
 #undef HAVE_DECL_STRSEP
 
+/* Define to 1 if you have the declaration of `timingsafe_bcmp', and to 0 if
+   you don't. */
+#undef HAVE_DECL_TIMINGSAFE_BCMP
+
 /* Define to 1 if you have the <editline/history.h> header file. */
 #undef HAVE_EDITLINE_HISTORY_H
 
 /* Define to 1 if curl_global_init() is guaranteed to be thread-safe. */
 #undef HAVE_THREADSAFE_CURL_GLOBAL_INIT
 
+/* Define to 1 if you have the `timingsafe_bcmp' function. */
+#undef HAVE_TIMINGSAFE_BCMP
+
 /* Define to 1 if your compiler understands `typeof' or something similar. */
 #undef HAVE_TYPEOF