flags.h: Add missing flags

This commit is contained in:
Vicki Pfau 2024-04-08 02:52:47 -07:00
parent 47ec447dd0
commit 02b2f5a98a
1 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,10 @@
#cmakedefine USE_DEBUGGERS
#endif
#ifndef USE_DISCORD_RPC
#cmakedefine USE_DISCORD_RPC
#endif
#ifndef USE_EDITLINE
#cmakedefine USE_EDITLINE
#endif
@ -133,6 +137,10 @@
#cmakedefine HAVE_CRC32
#endif
#ifndef HAVE_LOCALE
#cmakedefine HAVE_LOCALE
#endif
#ifndef HAVE_LOCALTIME_R
#cmakedefine HAVE_LOCALTIME_R
#endif
@ -149,6 +157,10 @@
#cmakedefine HAVE_PTHREAD_SETNAME_NP
#endif
#ifndef HAVE_SNPRINTF_L
#cmakedefine HAVE_SNPRINTF_L
#endif
#ifndef HAVE_STRDUP
#cmakedefine HAVE_STRDUP
#endif