Skip to content
Snippets Groups Projects
Commit 3d47894f authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Added a pike level wrapper for the Mysql module.

parent 6af85a9e
Branches
Tags
No related merge requests found
#pike __REAL_VERSION__
#if constant (___Mysql)
inherit ___Mysql;
#else // !___Mysql
constant this_program_does_not_exist = 1;
#endif
...@@ -20,6 +20,9 @@ AC_CONFIG_HEADER(config.h) ...@@ -20,6 +20,9 @@ AC_CONFIG_HEADER(config.h)
AC_MODULE_INIT() AC_MODULE_INIT()
# ___Mysql.so is wrapped by lib/modules/Mysql.pmod.
MODULE_WRAPPER_PREFIX="___"
PIKE_FEATURE_WITHOUT(Mysql) PIKE_FEATURE_WITHOUT(Mysql)
OLD_LIBS=$LIBS OLD_LIBS=$LIBS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment