mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
z/OS: builds/zos/platform.hpp for libzmq 4.1.0
This commit is contained in:
parent
501666d07e
commit
256c32d1fb
@ -10,6 +10,14 @@
|
|||||||
/* Define to 1 if you have the `clock_gettime' function. */
|
/* Define to 1 if you have the `clock_gettime' function. */
|
||||||
/* #undef HAVE_CLOCK_GETTIME */
|
/* #undef HAVE_CLOCK_GETTIME */
|
||||||
|
|
||||||
|
/* Define to 1 if you have the declaration of `LOCAL_PEERCRED', and to 0 if
|
||||||
|
you don't. */
|
||||||
|
#define HAVE_DECL_LOCAL_PEERCRED 0
|
||||||
|
|
||||||
|
/* Define to 1 if you have the declaration of `SO_PEERCRED', and to 0 if you
|
||||||
|
don't. */
|
||||||
|
#define HAVE_DECL_SO_PEERCRED 0
|
||||||
|
|
||||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||||
#define HAVE_DLFCN_H 1
|
#define HAVE_DLFCN_H 1
|
||||||
|
|
||||||
@ -37,6 +45,9 @@
|
|||||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
#define HAVE_INTTYPES_H 1
|
#define HAVE_INTTYPES_H 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `gssapi_krb5' library (-lgssapi_krb5). */
|
||||||
|
/* #undef HAVE_LIBGSSAPI_KRB5 */
|
||||||
|
|
||||||
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
|
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
|
||||||
/* #undef HAVE_LIBIPHLPAPI */
|
/* #undef HAVE_LIBIPHLPAPI */
|
||||||
|
|
||||||
@ -134,9 +145,6 @@
|
|||||||
*/
|
*/
|
||||||
#define LT_OBJDIR ".libs/"
|
#define LT_OBJDIR ".libs/"
|
||||||
|
|
||||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|
||||||
#define NO_MINUS_C_MINUS_O 1
|
|
||||||
|
|
||||||
/* Name of package */
|
/* Name of package */
|
||||||
#define PACKAGE "zeromq"
|
#define PACKAGE "zeromq"
|
||||||
|
|
||||||
@ -147,7 +155,7 @@
|
|||||||
#define PACKAGE_NAME "zeromq"
|
#define PACKAGE_NAME "zeromq"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "zeromq 4.0.4"
|
#define PACKAGE_STRING "zeromq 4.1.0"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "zeromq"
|
#define PACKAGE_TARNAME "zeromq"
|
||||||
@ -156,7 +164,7 @@
|
|||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "4.0.4"
|
#define PACKAGE_VERSION "4.1.0"
|
||||||
|
|
||||||
/* Define as the return type of signal handlers (`int' or `void'). */
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
||||||
#define RETSIGTYPE void
|
#define RETSIGTYPE void
|
||||||
@ -168,7 +176,10 @@
|
|||||||
#define TIME_WITH_SYS_TIME 1
|
#define TIME_WITH_SYS_TIME 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "4.0.4"
|
#define VERSION "4.1.0"
|
||||||
|
|
||||||
|
/* Enable militant API assertions */
|
||||||
|
/* #undef ZMQ_ACT_MILITANT */
|
||||||
|
|
||||||
/* Force to use mutexes */
|
/* Force to use mutexes */
|
||||||
/* #undef ZMQ_FORCE_MUTEXES */
|
/* #undef ZMQ_FORCE_MUTEXES */
|
||||||
@ -197,12 +208,18 @@
|
|||||||
/* Have Linux OS */
|
/* Have Linux OS */
|
||||||
/* #undef ZMQ_HAVE_LINUX */
|
/* #undef ZMQ_HAVE_LINUX */
|
||||||
|
|
||||||
|
/* Have LOCAL_PEERCRED socket option */
|
||||||
|
/* #undef ZMQ_HAVE_LOCAL_PEERCRED */
|
||||||
|
|
||||||
/* Have MinGW32 */
|
/* Have MinGW32 */
|
||||||
/* #undef ZMQ_HAVE_MINGW32 */
|
/* #undef ZMQ_HAVE_MINGW32 */
|
||||||
|
|
||||||
/* Have NetBSD OS */
|
/* Have NetBSD OS */
|
||||||
/* #undef ZMQ_HAVE_NETBSD */
|
/* #undef ZMQ_HAVE_NETBSD */
|
||||||
|
|
||||||
|
/* Have NORM protocol extension */
|
||||||
|
/* #undef ZMQ_HAVE_NORM */
|
||||||
|
|
||||||
/* Have OpenBSD OS */
|
/* Have OpenBSD OS */
|
||||||
/* #undef ZMQ_HAVE_OPENBSD */
|
/* #undef ZMQ_HAVE_OPENBSD */
|
||||||
|
|
||||||
@ -222,7 +239,10 @@
|
|||||||
/* #undef ZMQ_HAVE_SOLARIS */
|
/* #undef ZMQ_HAVE_SOLARIS */
|
||||||
|
|
||||||
/* Whether SO_KEEPALIVE is supported. */
|
/* Whether SO_KEEPALIVE is supported. */
|
||||||
/* #undef ZMQ_HAVE_SO_KEEPALIVE */
|
#define ZMQ_HAVE_SO_KEEPALIVE 1
|
||||||
|
|
||||||
|
/* Have SO_PEERCRED socket option */
|
||||||
|
/* #undef ZMQ_HAVE_SO_PEERCRED */
|
||||||
|
|
||||||
/* Whether TCP_KEEPALIVE is supported. */
|
/* Whether TCP_KEEPALIVE is supported. */
|
||||||
/* #undef ZMQ_HAVE_TCP_KEEPALIVE */
|
/* #undef ZMQ_HAVE_TCP_KEEPALIVE */
|
||||||
@ -236,6 +256,9 @@
|
|||||||
/* Whether TCP_KEEPINTVL is supported. */
|
/* Whether TCP_KEEPINTVL is supported. */
|
||||||
/* #undef ZMQ_HAVE_TCP_KEEPINTVL */
|
/* #undef ZMQ_HAVE_TCP_KEEPINTVL */
|
||||||
|
|
||||||
|
/* Have TIPC support */
|
||||||
|
/* #undef ZMQ_HAVE_TIPC */
|
||||||
|
|
||||||
/* Have uio.h header. */
|
/* Have uio.h header. */
|
||||||
#define ZMQ_HAVE_UIO 1
|
#define ZMQ_HAVE_UIO 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user