1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #ifndef _GNU_VERSIONS_H
- #define _GNU_VERSIONS_H 1
- #define _GNU_REGEX_INTERFACE_VERSION 1
- #ifdef __UCLIBC_HAS_GNU_GLOB__
- #define _GNU_GLOB_INTERFACE_VERSION 1
- #endif
- #define _GNU_GETOPT_INTERFACE_VERSION 2
- #endif
|