Date: Monday, January 9, 2006 @ 11:42:11
Author: marc
Path: /cvsroot/carob/odbsequoia/src
Added: inst.hpp (1.1)
Renamed setup.hpp to inst.hpp
----------+
inst.hpp | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+)
Index: odbsequoia/src/inst.hpp
diff -u /dev/null odbsequoia/src/inst.hpp:1.1
--- /dev/null Mon Jan 9 11:42:11 2006
+++ odbsequoia/src/inst.hpp Mon Jan 9 11:42:11 2006
@@ -0,0 +1,42 @@
+/*
+ * Sequoia: Database clustering technology.
+ * Copyright (C) 2005-2006 Continuent, Inc.
+ * Contact: [EMAIL PROTECTED]
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * Initial developer(s): Marc Herbert
+ * Contributor(s):
+ */
+
+/* ODBC initialization files */
+#ifndef WIN32
+#define ODBC_INI "odbc.ini"
+#define ODBCINST_INI "odbcinst.ini"
+#else
+#define ODBC_INI "ODBC.INI"
+#define ODBCINST_INI "ODBCINST.INI"
+#endif
+
+
+#define SERVER_INI "Servername"
+#define DATABASE_INI "Database"
+#define PORT_INI "Port"
+
+/*
+ * Local Variables:
+ * c-file-style: "bsd"
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits