am 17f83c93: Merge "Remove unused defines from <features.h>."

* commit '17f83c93cbbde3e38a03182931f40b7390061a7d':
  Remove unused defines from <features.h>.
This commit is contained in:
Elliott Hughes
2014-08-19 17:50:01 +00:00
committed by Android Git Automerger

View File

@@ -37,21 +37,4 @@
# define __USE_GNU 1 # define __USE_GNU 1
#endif #endif
/* C95 support */
#undef __USE_ISOC95
#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199409L
# define __USE_ISOC95 1
#endif
/* C99 support */
#undef __USE_ISOC99
#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
# define __USE_ISOC99 1
#endif
/* Posix support */
#define __USE_POSIX 1
#define __USE_POSIX2 1
#define __USE_XPG 1
#endif /* _FEATURES_H_ */ #endif /* _FEATURES_H_ */