about summary refs log tree commit diff
path: root/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'features.h')
-rw-r--r--features.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/features.h b/features.h
index 83977e9c95..abf20250b6 100644
--- a/features.h
+++ b/features.h
@@ -144,14 +144,8 @@ Cambridge, MA 02139, USA.  */
 #endif
 
 
-/* This macro indicates that the installed library is the GNU C Library.
-   Its value must be incremented whenever any existing library interface
-   changes such that callers must be recompiled with the new header files.
-   This value should always coincide with the major version number used for
-   the shared C library corresponding to this set of header files.  */
-
-#undef	__GNU_LIBRARY__
-#define	__GNU_LIBRARY__	6
+/* Include header with information of libc version numbers.  */
+#include <libc-version.h>
 
 
 #if	!defined (__GNUC__) || __GNUC__ < 2
@@ -180,4 +174,4 @@ Cambridge, MA 02139, USA.  */
 #include <stubs.h>
 #endif
 
-#endif	/* __features.h  */
+#endif	/* features.h  */