diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:29 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:29 +0100 |
commit | 2c416a793ea781273a5da6742211f5f01af13a2b (patch) | |
tree | b8ede23ec38d4aab9595a517b4b9894df40c2cae /src/platform.hpp.in | |
parent | 5ba1cb20fe6f6699cef1cc726718e760cd4c9af1 (diff) |
Imported Upstream version 2.0.10upstream/2.0.10
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 |