OSDN Git Service

Add in a version number so apps can tell uclib is being used.
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Jun 2000 21:51:18 +0000 (21:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Jun 2000 21:51:18 +0000 (21:51 -0000)
 -Erik

include/features.h

index 60ecc0a..b14e8e2 100644 (file)
@@ -2,6 +2,14 @@
 #ifndef __FEATURES_H
 #define __FEATURES_H
 
+
+/* Major and minor version number of the uCLibc library package.  Use
+   these macros to test for features in specific releases.  */
+#define        __UCLIBC__              0
+#define        __UCLIBC_MAJOR__        9
+#define        __UCLIBC_MINOR__        1
+
+
 #ifdef __STDC__
 
 #define __P(x) x