summaryrefslogtreecommitdiff
path: root/include/apu_version.h
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-26 23:58:15 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-26 23:58:15 +0000
commit2f1fd112159370cbd1531aabb3fc7b988d8a242b (patch)
tree63242e42a0dd600cb6f50ef53f9d6e0619be833e /include/apu_version.h
parentaa2faa11a2d6efdbbbba3065a46331919ffc77a2 (diff)
downloadlibapr-2f1fd112159370cbd1531aabb3fc7b988d8a242b.tar.gz
Make APR_IS_DEV_STRING define-able from CFLAGS;
simplyfied APu_IS_DEV_STRING define. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1486493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apu_version.h')
-rw-r--r--include/apu_version.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/apu_version.h b/include/apu_version.h
index 305422575..b46aad503 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -81,11 +81,7 @@
# define APU_IS_DEV_VERSION
#endif
-#if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)
/** Internal: string form of the "is dev" flag */
-#define APU_IS_DEV_STRING "-dev"
-#else
-#define APU_IS_DEV_STRING ""
-#endif
+#define APU_IS_DEV_STRING APR_IS_DEV_STRING
#endif /* ndef APU_VERSION_H */