~ubuntu-branches/ubuntu/raring/pyzmq/raring-proposed

« back to all changes in this revision

Viewing changes to buildutils/include_darwin/platform.hpp

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-02-24 19:23:15 UTC
  • mfrom: (2.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130224192315-9xkzrza97h674d07
Tags: 2.2.0.1-1
* New upstream release
* relicense debian packaging to LGPL-3
* update watch file to use github directly
  thanks to Bart Martens for the file
* add autopkgtests
* drop obsolete DM-Upload-Allowed
* bump standard to 3.9.4, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/platform.hpp.  Generated from platform.hpp.in by configure.  */
 
2
/* src/platform.hpp.in.  Generated from configure.in by autoheader.  */
 
3
 
 
4
/* Define to 1 if you have the <alloca.h> header file. */
 
5
#define HAVE_ALLOCA_H 1
 
6
 
 
7
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
8
#define HAVE_ARPA_INET_H 1
 
9
 
 
10
/* Define to 1 if you have the <dlfcn.h> header file. */
 
11
#define HAVE_DLFCN_H 1
 
12
 
 
13
/* Define to 1 if you have the <errno.h> header file. */
 
14
#define HAVE_ERRNO_H 1
 
15
 
 
16
/* Define to 1 if you have the `freeifaddrs' function. */
 
17
#define HAVE_FREEIFADDRS 1
 
18
 
 
19
/* Define to 1 if you have the `getifaddrs' function. */
 
20
#define HAVE_GETIFADDRS 1
 
21
 
 
22
/* Define to 1 if you have the `gettimeofday' function. */
 
23
#define HAVE_GETTIMEOFDAY 1
 
24
 
 
25
/* Define to 1 if you have the <ifaddrs.h> header file. */
 
26
#define HAVE_IFADDRS_H 1
 
27
 
 
28
/* Define to 1 if you have the <inttypes.h> header file. */
 
29
#define HAVE_INTTYPES_H 1
 
30
 
 
31
/* Define to 1 if you have the `crypto' library (-lcrypto). */
 
32
/* #undef HAVE_LIBCRYPTO */
 
33
 
 
34
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
 
35
/* #undef HAVE_LIBIPHLPAPI */
 
36
 
 
37
/* Define to 1 if you have the `nsl' library (-lnsl). */
 
38
/* #undef HAVE_LIBNSL */
 
39
 
 
40
/* Define to 1 if you have the `pthread' library (-lpthread). */
 
41
#define HAVE_LIBPTHREAD 1
 
42
 
 
43
/* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */
 
44
/* #undef HAVE_LIBRPCRT4 */
 
45
 
 
46
/* Define to 1 if you have the `rt' library (-lrt). */
 
47
/* #undef HAVE_LIBRT */
 
48
 
 
49
/* Define to 1 if you have the `socket' library (-lsocket). */
 
50
/* #undef HAVE_LIBSOCKET */
 
51
 
 
52
/* Define to 1 if you have the `uuid' library (-luuid). */
 
53
/* #undef HAVE_LIBUUID */
 
54
 
 
55
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
 
56
/* #undef HAVE_LIBWS2_32 */
 
57
 
 
58
/* Define to 1 if you have the <limits.h> header file. */
 
59
#define HAVE_LIMITS_H 1
 
60
 
 
61
/* Define to 1 if you have the <memory.h> header file. */
 
62
#define HAVE_MEMORY_H 1
 
63
 
 
64
/* Define to 1 if you have the `memset' function. */
 
65
#define HAVE_MEMSET 1
 
66
 
 
67
/* Define to 1 if you have the <netinet/in.h> header file. */
 
68
#define HAVE_NETINET_IN_H 1
 
69
 
 
70
/* Define to 1 if you have the <netinet/tcp.h> header file. */
 
71
#define HAVE_NETINET_TCP_H 1
 
72
 
 
73
/* Define to 1 if you have the `perror' function. */
 
74
#define HAVE_PERROR 1
 
75
 
 
76
/* Define to 1 if you have the `socket' function. */
 
77
#define HAVE_SOCKET 1
 
78
 
 
79
/* Define to 1 if stdbool.h conforms to C99. */
 
80
#define HAVE_STDBOOL_H 1
 
81
 
 
82
/* Define to 1 if you have the <stddef.h> header file. */
 
83
#define HAVE_STDDEF_H 1
 
84
 
 
85
/* Define to 1 if you have the <stdint.h> header file. */
 
86
#define HAVE_STDINT_H 1
 
87
 
 
88
/* Define to 1 if you have the <stdlib.h> header file. */
 
89
#define HAVE_STDLIB_H 1
 
90
 
 
91
/* Define to 1 if you have the <strings.h> header file. */
 
92
#define HAVE_STRINGS_H 1
 
93
 
 
94
/* Define to 1 if you have the <string.h> header file. */
 
95
#define HAVE_STRING_H 1
 
96
 
 
97
/* Define to 1 if you have the <sys/socket.h> header file. */
 
98
#define HAVE_SYS_SOCKET_H 1
 
99
 
 
100
/* Define to 1 if you have the <sys/stat.h> header file. */
 
101
#define HAVE_SYS_STAT_H 1
 
102
 
 
103
/* Define to 1 if you have the <sys/time.h> header file. */
 
104
#define HAVE_SYS_TIME_H 1
 
105
 
 
106
/* Define to 1 if you have the <sys/types.h> header file. */
 
107
#define HAVE_SYS_TYPES_H 1
 
108
 
 
109
/* Define to 1 if you have the <unistd.h> header file. */
 
110
#define HAVE_UNISTD_H 1
 
111
 
 
112
/* Define to 1 if you have the <windows.h> header file. */
 
113
/* #undef HAVE_WINDOWS_H */
 
114
 
 
115
/* Define to 1 if the system has the type `_Bool'. */
 
116
/* #undef HAVE__BOOL */
 
117
 
 
118
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
119
   */
 
120
#define LT_OBJDIR ".libs/"
 
121
 
 
122
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
123
/* #undef NO_MINUS_C_MINUS_O */
 
124
 
 
125
/* Name of package */
 
126
#define PACKAGE "zeromq"
 
127
 
 
128
/* Define to the address where bug reports for this package should be sent. */
 
129
#define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
 
130
 
 
131
/* Define to the full name of this package. */
 
132
#define PACKAGE_NAME "zeromq"
 
133
 
 
134
/* Define to the full name and version of this package. */
 
135
#define PACKAGE_STRING "zeromq 2.1.11"
 
136
 
 
137
/* Define to the one symbol short name of this package. */
 
138
#define PACKAGE_TARNAME "zeromq"
 
139
 
 
140
/* Define to the home page for this package. */
 
141
#define PACKAGE_URL ""
 
142
 
 
143
/* Define to the version of this package. */
 
144
#define PACKAGE_VERSION "2.1.11"
 
145
 
 
146
/* Define as the return type of signal handlers (`int' or `void'). */
 
147
#define RETSIGTYPE void
 
148
 
 
149
/* Define to 1 if you have the ANSI C header files. */
 
150
#define STDC_HEADERS 1
 
151
 
 
152
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
153
#define TIME_WITH_SYS_TIME 1
 
154
 
 
155
/* Version number of package */
 
156
#define VERSION "2.1.11"
 
157
 
 
158
/* Force to use mutexes */
 
159
/* #undef ZMQ_FORCE_MUTEXES */
 
160
 
 
161
/* Have AIX OS */
 
162
/* #undef ZMQ_HAVE_AIX */
 
163
 
 
164
/* Have Cygwin */
 
165
/* #undef ZMQ_HAVE_CYGWIN */
 
166
 
 
167
/* Have FreeBSD OS */
 
168
/* #undef ZMQ_HAVE_FREEBSD */
 
169
 
 
170
/* Have HPUX OS */
 
171
/* #undef ZMQ_HAVE_HPUX */
 
172
 
 
173
/* Have ifaddrs.h header. */
 
174
#define ZMQ_HAVE_IFADDRS 1
 
175
 
 
176
/* Have Linux OS */
 
177
/* #undef ZMQ_HAVE_LINUX */
 
178
 
 
179
/* Have MinGW32 */
 
180
/* #undef ZMQ_HAVE_MINGW32 */
 
181
 
 
182
/* Have NetBSD OS */
 
183
/* #undef ZMQ_HAVE_NETBSD */
 
184
 
 
185
/* Have OpenBSD OS */
 
186
/* #undef ZMQ_HAVE_OPENBSD */
 
187
 
 
188
/* Have OpenPGM extension */
 
189
/* #undef ZMQ_HAVE_OPENPGM */
 
190
 
 
191
/* Have DarwinOSX OS */
 
192
#define ZMQ_HAVE_OSX 1
 
193
 
 
194
/* Have QNX Neutrino OS */
 
195
/* #undef ZMQ_HAVE_QNXNTO */
 
196
 
 
197
/* Have Solaris OS */
 
198
/* #undef ZMQ_HAVE_SOLARIS */
 
199
 
 
200
/* Have Windows OS */
 
201
/* #undef ZMQ_HAVE_WINDOWS */
 
202
 
 
203
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
 
204
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
 
205
   #define below would cause a syntax error. */
 
206
/* #undef _UINT32_T */
 
207
 
 
208
/* Define to empty if `const' does not conform to ANSI C. */
 
209
/* #undef const */
 
210
 
 
211
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
212
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
213
#ifndef __cplusplus
 
214
/* #undef inline */
 
215
#endif
 
216
 
 
217
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
218
/* #undef size_t */
 
219
 
 
220
/* Define to `int' if <sys/types.h> does not define. */
 
221
/* #undef ssize_t */
 
222
 
 
223
/* Define to the type of an unsigned integer type of width exactly 32 bits if
 
224
   such a type exists and the standard includes do not define it. */
 
225
/* #undef uint32_t */
 
226
 
 
227
/* Define to empty if the keyword `volatile' does not work. Warning: valid
 
228
   code using `volatile' can become incorrect without. Disable with care. */
 
229
/* #undef volatile */