984db45bf1
-move the default databases to /var/db. From Marc Matteo <marcm@lectroid.net> -cleanup: remove useless db3 and guile flavors. NOTE: This is one of the times you really need to heed the install notice. In particular, /etc/gconf/1/path should be updated to reflect the new location for the database.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
$OpenBSD: patch-config_h_in,v 1.2 2002/08/30 19:42:52 nino Exp $
|
|
--- config.h.in.orig Thu Mar 14 20:10:24 2002
|
|
+++ config.h.in Mon Aug 26 11:45:26 2002
|
|
@@ -8,7 +8,6 @@
|
|
#undef ENABLE_NLS
|
|
#undef HAVE_PTHREAD_H
|
|
#undef GETTEXT_PACKAGE
|
|
-#undef HAVE_DB3_DB_H
|
|
|
|
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|
systems. This function is required for `alloca.c' support on those systems.
|
|
@@ -29,6 +28,24 @@
|
|
|
|
/* Define if you have the <db3/db.h> header file. */
|
|
#undef HAVE_DB3_DB_H
|
|
+
|
|
+/* Define if you have the <db3.h> header file. */
|
|
+#undef HAVE_DB3_H
|
|
+
|
|
+/* Define if you have the <sys/socket.h> header file. */
|
|
+#undef HAVE_SYS_SOCKET_H
|
|
+
|
|
+/* Define if you have the <gnome-xml/entities.h> header file. */
|
|
+#undef HAVE_GNOME_XML_ENTITIES_H
|
|
+
|
|
+/* Define if you have the <gnome-xml/parser.h> header file. */
|
|
+#undef HAVE_GNOME_XML_PARSER_H
|
|
+
|
|
+/* Define if you have the <gnome-xml/tree.h> header file. */
|
|
+#undef HAVE_GNOME_XML_TREE_H
|
|
+
|
|
+/* Define if you have the <gnome-xml/xmlmemory.h> header file. */
|
|
+#undef HAVE_GNOME_XML_XMLMEMORY_H
|
|
|
|
/* Define if you have the `dcgettext' function. */
|
|
#undef HAVE_DCGETTEXT
|