12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #ifndef _GNU_VERSIONS_H
- #define _GNU_VERSIONS_H 1
- #define _GNU_OBSTACK_INTERFACE_VERSION 1
- #define _GNU_REGEX_INTERFACE_VERSION 1
- #define _GNU_GLOB_INTERFACE_VERSION 1
- #define _GNU_GETOPT_INTERFACE_VERSION 2
- #endif
|