From ce1648b124a9d8decd453185852b0927d311a3aa Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 4 Jan 2005 15:10:22 +0000 Subject: 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 --- config.h.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'config.h.in') 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 header file. */ #undef HAVE_DLFCN_H +/* Have dlopen based dso */ +#undef HAVE_DLOPEN + /* Define to 1 if you have the 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 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 -- cgit v1.2.1