diff options
Diffstat (limited to 'lib/SQL.cc')
-rw-r--r-- | lib/SQL.cc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#ifdef HAVE_MYSQL + #include "SQL.h" SQLConnection::SQLConnection(String host, String user, String passwd, @@ -66,3 +72,5 @@ AssocArray SQLConnection::fetchrow() { return r; } + +#endif |