From 8d32b03448e8e1ba6319fc0ac484d0ab54b29b38 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 22 Apr 2009 20:40:47 +0000 Subject: Re-enable autoconf-based build in rubygen and migrate to use of specific MODULE_DIR and CONF_FILE macros git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/cmake@767651 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/rubygen/generate | 72 ++++++++++++----- qpid/cpp/src/Makefile.am | 4 +- qpid/cpp/src/config.h.in | 201 ++++++++++++++++++++++++++++++++++++---------- qpid/cpp/src/ssl.mk | 2 +- 4 files changed, 216 insertions(+), 63 deletions(-) diff --git a/qpid/cpp/rubygen/generate b/qpid/cpp/rubygen/generate index 775bd3fd58..0ce1fec46a 100755 --- a/qpid/cpp/rubygen/generate +++ b/qpid/cpp/rubygen/generate @@ -26,7 +26,8 @@ require 'amqpgen' if ARGV.size < 3 puts < header file. */ +#undef HAVE_BOOST_SHARED_PTR_HPP + +/* Define to 1 if you have the `clock_gettime' function. */ +#undef HAVE_CLOCK_GETTIME + +/* Define to 1 if you have the `clock_settime' function. */ +#undef HAVE_CLOCK_SETTIME + +/* Define to 1 if you have the header file. */ +#undef HAVE_COROSYNC_CPG_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INFINIBAND_VERBS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBCMAN_H + +/* Define to 1 if you have the `ibverbs' library (-libverbs). */ +#undef HAVE_LIBIBVERBS + +/* Define to 1 if you have the `rdmacm' library (-lrdmacm). */ +#undef HAVE_LIBRDMACM + +/* Define to 1 if you have the `sasl2' library (-lsasl2). */ +#undef HAVE_LIBSASL2 + +/* Define to 1 if you have the `xerces-c' library (-lxerces-c). */ +#undef HAVE_LIBXERCES_C + +/* Define to 1 if you have the `xqilla' library (-lxqilla). */ +#undef HAVE_LIBXQILLA + +/* Set to 1 whether LOG_AUTHPRIV is supported. */ +#undef HAVE_LOG_AUTHPRIV + +/* Set to 1 whether LOG_FTP is supported. */ +#undef HAVE_LOG_FTP + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENAIS_CPG_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_PORT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_RDMA_RDMA_CMA_H + +/* Enable if libsasl is present */ +#undef HAVE_SASL + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_EPOLL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_POLL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UUID_UUID_H + +/* Compile-in XML Exchange support. */ +#undef HAVE_XML + +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Define to 1 if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif + +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif + +/* Define to 1 if on MINIX. */ +#undef _MINIX + +/* Define to 2 if the system does not provide POSIX.1 features except with + this defined. */ +#undef _POSIX_1_SOURCE + +/* Define to 1 if you need to in order for `stat' and other things to work. */ +#undef _POSIX_SOURCE + +/* Enable extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif + +/* Define to 1 if the compiler is checking for lint. */ +#undef lint diff --git a/qpid/cpp/src/ssl.mk b/qpid/cpp/src/ssl.mk index 5b0ef3d8ae..fa94814f75 100644 --- a/qpid/cpp/src/ssl.mk +++ b/qpid/cpp/src/ssl.mk @@ -56,7 +56,7 @@ sslconnector_la_LIBADD = \ libqpidclient.la \ libsslcommon.la -sslconnector_la_CXXFLAGS = $(AM_CXXFLAGS) -DCONF_FILE=\"$(confdir)/qpidc.conf\" +sslconnector_la_CXXFLAGS = $(AM_CXXFLAGS) -DQPIDC_CONF_FILE=\"$(confdir)/qpidc.conf\" sslconnector_la_LDFLAGS = $(PLUGINLDFLAGS) -- cgit v1.2.1