diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-10-21 16:21:20 +0200 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:31 +0100 |
commit | 3f0085ddbef1a44b6bb7a0b23af497d56e0025fa (patch) | |
tree | 0adac3a5b31b2a1d9a89ec5a797f34c1a3fdf27a /src/platform.hpp.in | |
parent | 90d73cba9cd1d1724f38ed82fc0eefb1781c9c20 (diff) | |
parent | 2c416a793ea781273a5da6742211f5f01af13a2b (diff) |
Imported Debian patch 2.0.10-1debian/2.0.10-1
Diffstat (limited to 'src/platform.hpp.in')
-rw-r--r-- | src/platform.hpp.in | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/platform.hpp.in b/src/platform.hpp.in index bab50ec..1f47133 100644 --- a/src/platform.hpp.in +++ b/src/platform.hpp.in @@ -133,18 +133,12 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* 0MQ major version */ -#undef PACKAGE_VERSION_MAJOR - -/* 0MQ minor version */ -#undef PACKAGE_VERSION_MINOR - -/* 0MQ patchlevel */ -#undef PACKAGE_VERSION_PATCH - /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE @@ -203,7 +197,7 @@ #undef ZMQ_HAVE_WINDOWS /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, - <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the #define below would cause a syntax error. */ #undef _UINT32_T |