~ubuntu-branches/ubuntu/maverick/zeromq/maverick

« back to all changes in this revision

Viewing changes to src/platform.hpp.in

  • Committer: Bazaar Package Importer
  • Author(s): Adrian von Bidder
  • Date: 2010-03-17 10:43:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317104340-un1ne0oqe16w8eaq
Tags: 2.0.6beta.dfsg-1
* New upstream version.
  - Source doesn't include non-C/C++ language bindings anymore.
  - New versioning: 2.0.6 is official upstream version which is a beta.
* Repacked orig tar: removed non-free RFC documents (closes: #567513)
* Improved/corrected description and copyright file, added bzip2 build
  dependency.  Thanks to feedback from zeromq mailing list.
* Disable OpenPGM on non-x86 architectures (closes: #567848)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
/* Define to 1 if you have the <inttypes.h> header file. */
25
25
#undef HAVE_INTTYPES_H
26
26
 
27
 
/* Define to 1 if you have the `Iphlpapi' library (-lIphlpapi). */
 
27
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
28
28
#undef HAVE_LIBIPHLPAPI
29
29
 
 
30
/* Define to 1 if you have the `m' library (-lm). */
 
31
#undef HAVE_LIBM
 
32
 
30
33
/* Define to 1 if you have the `nsl' library (-lnsl). */
31
34
#undef HAVE_LIBNSL
32
35
 
33
36
/* Define to 1 if you have the `pthread' library (-lpthread). */
34
37
#undef HAVE_LIBPTHREAD
35
38
 
36
 
/* Define to 1 if you have the `Rpcrt4' library (-lRpcrt4). */
 
39
/* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */
37
40
#undef HAVE_LIBRPCRT4
38
41
 
39
42
/* Define to 1 if you have the `rt' library (-lrt). */
54
57
/* Define to 1 if you have the <limits.h> header file. */
55
58
#undef HAVE_LIMITS_H
56
59
 
57
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
58
 
   to 0 otherwise. */
59
 
#undef HAVE_MALLOC
60
 
 
61
60
/* Define to 1 if you have the <memory.h> header file. */
62
61
#undef HAVE_MEMORY_H
63
62
 
73
72
/* Define to 1 if you have the `perror' function. */
74
73
#undef HAVE_PERROR
75
74
 
76
 
/* Define to 1 if you have the <ruby.h> header file. */
77
 
#undef HAVE_RUBY_H
78
 
 
79
75
/* Define to 1 if you have the `socket' function. */
80
76
#undef HAVE_SOCKET
81
77
 
149
145
/* Define to the version of this package. */
150
146
#undef PACKAGE_VERSION
151
147
 
 
148
/* 0MQ major version */
 
149
#undef PACKAGE_VERSION_MAJOR
 
150
 
 
151
/* 0MQ minor version */
 
152
#undef PACKAGE_VERSION_MINOR
 
153
 
 
154
/* 0MQ patchlevel */
 
155
#undef PACKAGE_VERSION_PATCH
 
156
 
152
157
/* Define as the return type of signal handlers (`int' or `void'). */
153
158
#undef RETSIGTYPE
154
159
 
167
172
/* Have AIX OS */
168
173
#undef ZMQ_HAVE_AIX
169
174
 
 
175
/* Have Cygwin */
 
176
#undef ZMQ_HAVE_CYGWIN
 
177
 
170
178
/* Have eventfd extension. */
171
179
#undef ZMQ_HAVE_EVENTFD
172
180
 
185
193
/* Have MinGW32 */
186
194
#undef ZMQ_HAVE_MINGW32
187
195
 
 
196
/* Have NetBSD OS */
 
197
#undef ZMQ_HAVE_NETBSD
 
198
 
188
199
/* Have OpenBSD OS */
189
200
#undef ZMQ_HAVE_OPENBSD
190
201
 
191
 
/* Have OpenPGM v1 or v2 extension. */
 
202
/* Have OpenPGM extension */
192
203
#undef ZMQ_HAVE_OPENPGM
193
204
 
194
 
/* Have OpenPGM v2 extension. */
195
 
#undef ZMQ_HAVE_OPENPGM2
196
 
 
197
205
/* Have DarwinOSX OS */
198
206
#undef ZMQ_HAVE_OSX
199
207
 
220
228
#undef inline
221
229
#endif
222
230
 
223
 
/* Define to rpl_malloc if the replacement function should be used. */
224
 
#undef malloc
225
 
 
226
231
/* Define to `unsigned int' if <sys/types.h> does not define. */
227
232
#undef size_t
228
233