Skip to content
Snippets Groups Projects
Commit 38be68c1 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added missing HAVE_MYSQL_SET_CHARACTER_SET.

Rev: src/modules/Mysql/acconfig.h:1.15
parent c64822c7
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || for more information.
|| $Id: acconfig.h,v 1.14 2004/07/14 16:32:38 grubba Exp $ || $Id: acconfig.h,v 1.15 2006/08/12 10:36:57 grubba Exp $
*/ */
/* /*
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
/* Define if you have mysql_options(). */ /* Define if you have mysql_options(). */
#undef HAVE_MYSQL_OPTIONS #undef HAVE_MYSQL_OPTIONS
/* Define if you have mysql_set_character_set(). */
#undef HAVE_MYSQL_SET_CHARACTER_SET
/* Define if you have the mysql_port variable. */ /* Define if you have the mysql_port variable. */
#undef HAVE_MYSQL_PORT #undef HAVE_MYSQL_PORT
...@@ -71,4 +74,7 @@ ...@@ -71,4 +74,7 @@
/* Define if your mysql.h defines SHUTDOWN_DEFAULT */ /* Define if your mysql.h defines SHUTDOWN_DEFAULT */
#undef HAVE_SHUTDOWN_DEFAULT #undef HAVE_SHUTDOWN_DEFAULT
/* Define if your mysql.h defines FIELD_TYPE_GEOMETRY */
#undef HAVE_FIELD_TYPE_GEOMETRY
#endif /* PIKE_MYSQL_CONFIG_H */ #endif /* PIKE_MYSQL_CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment