summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-01-04 15:10:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-01-04 15:10:22 +0000
commitce1648b124a9d8decd453185852b0927d311a3aa (patch)
tree01123765a7cc9ddc083caa7779d1a7e4538d9707 /config.h.in
parent7a3447a592a784caf238338d39291e27faa822de (diff)
downloadlibxml2-ce1648b124a9d8decd453185852b0927d311a3aa.tar.gz
applied DSO support patch 2 from Joel Reed Daniel
* Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c include/libxml/Makefile.am include/libxml/xmlerror.h include/libxml/xmlmodule.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: applied DSO support patch 2 from Joel Reed Daniel
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index ad774b17..a7b6eeb5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -40,6 +40,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Have dlopen based dso */
+#undef HAVE_DLOPEN
+
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
@@ -94,6 +97,9 @@
/* Define to 1 if you have the `inet' library (-linet). */
#undef HAVE_LIBINET
+/* Define to 1 if you have the `net' library (-lnet). */
+#undef HAVE_LIBNET
+
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
@@ -145,6 +151,9 @@
/* Define to 1 if you have the <resolv.h> header file. */
#undef HAVE_RESOLV_H
+/* Have shl_load based dso */
+#undef HAVE_SHLLOAD
+
/* Define to 1 if you have the `signal' function. */
#undef HAVE_SIGNAL
@@ -258,7 +267,7 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define if compiler has function prototypes */
+/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES
/* Determine what socket length (socklen_t) data type is */
@@ -276,6 +285,9 @@
/* Using the Win32 Socket implementation */
#undef _WINSOCKAPI_
+/* Define like PROTOTYPES; this can be used by system headers. */
+#undef __PROTOTYPES
+
/* Win32 Std C name mangling work-around */
#undef snprintf