Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit e6b21c6fff03065f0e451ea1b29049308d61c178 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Wed Oct 17 22:15:57 2012 +0200
alfred: define SOURCE_VERSION only if not defined from outside
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
e6b21c6fff03065f0e451ea1b29049308d61c178 alfred.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/alfred.h b/alfred.h index 795a78a..6310f40 100644 --- a/alfred.h +++ b/alfred.h @@ -19,6 +19,10 @@ * */
+#ifndef SOURCE_VERSION +#define SOURCE_VERSION "2012.?.?" +#endif + #include <stdint.h> #include <linux/if_ether.h> #include <time.h>