From f024d16b9c78d683baa5d87b6e92b3d79a1f3300 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 5 Sep 2011 11:54:16 +0200 Subject: Add initial development infrastructure --- odb/oracle/details/config.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 odb/oracle/details/config.h.in (limited to 'odb/oracle/details/config.h.in') diff --git a/odb/oracle/details/config.h.in b/odb/oracle/details/config.h.in new file mode 100644 index 0000000..7cbd297 --- /dev/null +++ b/odb/oracle/details/config.h.in @@ -0,0 +1,14 @@ +/* file : odb/oracle/details/config.h.in + * author : Constantin Michael + * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC + * license : ODB NCUEL; see accompanying LICENSE file + */ + +/* This file is automatically processed by configure. */ + +#ifndef ODB_ORACLE_DETAILS_CONFIG_H +#define ODB_ORACLE_DETAILS_CONFIG_H + +#undef LIBODB_ORACLE_STATIC_LIB + +#endif /* ODB_ORACLE_DETAILS_CONFIG_H */ -- cgit v1.1