lib-names.h 467 B

1234567891011121314151617
  1. /* This file is automatically generated.
  2. It defines macros to allow user program to find the shared
  3. library files which come as part of GNU libc. */
  4. #ifndef __GNU_LIB_NAMES_H
  5. #define __GNU_LIB_NAMES_H 1
  6. #if !defined __x86_64__
  7. # include <gnu/lib-names-32.h>
  8. #endif
  9. #if defined __x86_64__ && defined __LP64__
  10. # include <gnu/lib-names-64.h>
  11. #endif
  12. #if defined __x86_64__ && defined __ILP32__
  13. # include <gnu/lib-names-x32.h>
  14. #endif
  15. #endif /* gnu/lib-names.h */