Skip to content

Commit b82e7ed

Browse files
Add missing declarations to pg_config.h.in
Add missing pg_config.h.in declarations from 09be391 where the corresponding autoconf/meson declarations were added. Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://postgr.es/m/70145721-6949-4ABF-BB54-63F866488DF8@yesql.se
1 parent 2da74d8 commit b82e7ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/include/pg_config.h.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
*/
124124
#undef HAVE_DECL_STRSEP
125125

126+
/* Define to 1 if you have the declaration of `timingsafe_bcmp', and to 0 if
127+
you don't. */
128+
#undef HAVE_DECL_TIMINGSAFE_BCMP
129+
126130
/* Define to 1 if you have the <editline/history.h> header file. */
127131
#undef HAVE_EDITLINE_HISTORY_H
128132

@@ -455,6 +459,9 @@
455459
/* Define to 1 if curl_global_init() is guaranteed to be thread-safe. */
456460
#undef HAVE_THREADSAFE_CURL_GLOBAL_INIT
457461

462+
/* Define to 1 if you have the `timingsafe_bcmp' function. */
463+
#undef HAVE_TIMINGSAFE_BCMP
464+
458465
/* Define to 1 if your compiler understands `typeof' or something similar. */
459466
#undef HAVE_TYPEOF
460467

0 commit comments

Comments
 (0)