Guest User

Untitled

a guest
Apr 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Use a header file that comes with gcc, so configuring glibc
  2. # with a fresh cross-compiler works.
  3. # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4. # <limits.h> exists even on freestanding compilers.
  5. # On the NeXT, cc -E runs the code through the compiler's parser,
  6. # not just through cpp. "Syntax error" is here to catch this case.
  7. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  8. /* end confdefs.h. */
  9. #ifdef __STDC__
  10. # include <limits.h>
  11. #else
  12. # include <assert.h>
  13. #endif
  14. Syntax error
  15. _ACEOF
Add Comment
Please, Sign In to add comment