CHATGPT AI
ifndef
_MYSQL_CONFIG_H
#define _MYSQL_CONFIG_H

#if defined(__GNUC__) && !defined(__clang__)
#pragma GCC diagnostic ignored "-Wunused-function"
#endif

/* libmysqlclient version info */
#define LIBMYSQL_VERSION "8.0.19"
#define LIBMYSQL_VERSION_ID 80019
#define MYSQL_SERVER_VERSION "8.0.19"
/* #undef LIBMYSQL_PLUGIN_DIR */
/* #undef MYSQLX_PLUGIN_DIR */
/* #undef MYSQLXPLUGIN */

/* Source information */

/* Location of configuration file if installed */

/* Default character set name */

/* Default collation name */

/* Includes */

/* Defines */

/* Typedefs */

/* Enums and Structs */

/* Prototypes for public (client api) functions only! No internal (server) prototypes here!*/

/* Public Variables*/

/* Private (static) Variables*/
#endif
_MYSQL_CONFIG_H #define _MYSQL_CONFIG_H #if defined(__GNUC__) && !defined(__clang__) #pragma GCC diagnostic ignored "-Wunused-function" #endif /* libmysqlclient version info */ #define LIBMYSQL_VERSION "8.0.19" #define LIBMYSQL_VERSION_ID 80019 #define MYSQL_SERVER_VERSION "8.0.19" /* #undef LIBMYSQL_PLUGIN_DIR */ /* #undef MYSQLX_PLUGIN_DIR */ /* #undef MYSQLXPLUGIN */ /* Source information */ /* Location of configuration file if installed */ /* Default character set name */ /* Default collation name */ /* Includes */ /* Defines */ /* Typedefs */ /* Enums and Structs */ /* Prototypes for public (client api) functions only! No internal (server) prototypes here!*/ /* Public Variables*/ /* Private (static) Variables*/ #endif
0 Comments & Tags 0 Parts 1 Vue

Password Copied!

Please Wait....