diff --git a/src/modules/Odbc/acconfig.h b/src/modules/Odbc/acconfig.h index 008a2a920007efccff190542844168b3a888b662..0d828e046566b396bb449bc6db5dcf14a89ac91e 100644 --- a/src/modules/Odbc/acconfig.h +++ b/src/modules/Odbc/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.2 2000/08/29 23:30:35 grubba Exp $ + * $Id: acconfig.h,v 1.3 2000/08/30 11:23:04 grubba Exp $ * * Config-file for the Pike ODBC-module. * @@ -14,6 +14,9 @@ /* Define if you have SQLLEN */ #undef HAVE_SQLLEN +/* Define if you have SQLULEN */ +#undef HAVE_SQLULEN + /* Define if you have ODBC */ #undef HAVE_ODBC