diff --git a/lib/modules/Sql.pmod/oracle.pike b/lib/modules/Sql.pmod/oracle.pike index 19a3715bef89ab5912f776f82a6968d13402602f..cad80da162eb8a8448030ade7c666db859f765b9 100644 --- a/lib/modules/Sql.pmod/oracle.pike +++ b/lib/modules/Sql.pmod/oracle.pike @@ -1,7 +1,14 @@ /* - * $Id: oracle.pike,v 1.1 1997/08/22 22:35:38 grubba Exp $ + * $Id: oracle.pike,v 1.2 1998/10/17 02:59:23 grubba Exp $ * * Glue for the Oracle-module */ +#if constant(Oracle.oracle) inherit Oracle.oracle; +#else /* !constant(Oracle.oracle) */ +void create() +{ + destruct(); +} +#endif /* constant(Oracle.oracle) */