aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-02-05 18:25:02 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-02-05 18:25:02 +0900
commit6b0475afe46431f55cf6588bc9add529f9a0c773 (patch)
treeb1fcf2d555a5a96ede5c2a545d5a6ba7e6660732 /src
parent6491c5a60ad773185f5f08422e69ce76035f9f49 (diff)
downloadgnunet-6b0475afe46431f55cf6588bc9add529f9a0c773.tar.gz
gnunet-6b0475afe46431f55cf6588bc9add529f9a0c773.zip
MYSQL: Expose detected mysql boolean in gnunet_mysql_compat.h
gnunet_mysql_compat.h is now generated on configure.
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_mysql_compat.h.in (renamed from src/include/gnunet_mysql_compat.h)4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_mysql_compat.h b/src/include/gnunet_mysql_compat.h.in
index 38c7ecc63..6218386aa 100644
--- a/src/include/gnunet_mysql_compat.h
+++ b/src/include/gnunet_mysql_compat.h.in
@@ -22,6 +22,8 @@
22 * 22 *
23 * @file 23 * @file
24 * MySQL/MariaDB compatibility insanity helper header 24 * MySQL/MariaDB compatibility insanity helper header
25 * Note: gnunet_mysql_compat.h is AUTOGENERATED from gnunet_mysql_compat.h.in
26 * Please do not modify or commit gnunet_mysql_compat.h
25 * 27 *
26 * @defgroup mysql MySQL library 28 * @defgroup mysql MySQL library
27 * Helper library to access a MySQL database. 29 * Helper library to access a MySQL database.
@@ -41,6 +43,8 @@ extern "C"
41#endif 43#endif
42#endif 44#endif
43 45
46#define MYSQL_BOOL @mysql_bool@
47
44#if 0 /* keep Emacsens' auto-indent happy */ 48#if 0 /* keep Emacsens' auto-indent happy */
45{ 49{
46#endif 50#endif