Advertisement
gusibsd

Untitled

Apr 15th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. | /* end confdefs.h. */
  2. | #include <stdio.h>
  3. | #ifdef HAVE_SYS_TYPES_H
  4. | # include <sys/types.h>
  5. | #endif
  6. | #ifdef HAVE_SYS_STAT_H
  7. | # include <sys/stat.h>
  8. | #endif
  9. | #ifdef STDC_HEADERS
  10. | # include <stdlib.h>
  11. | # include <stddef.h>
  12. | #else
  13. | # ifdef HAVE_STDLIB_H
  14. | # include <stdlib.h>
  15. | # endif
  16. | #endif
  17. | #ifdef HAVE_STRING_H
  18. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  19. | # include <memory.h>
  20. | # endif
  21. | # include <string.h>
  22. | #endif
  23. | #ifdef HAVE_STRINGS_H
  24. | # include <strings.h>
  25. | #endif
  26. | #ifdef HAVE_INTTYPES_H
  27. | # include <inttypes.h>
  28. | #endif
  29. | #ifdef HAVE_STDINT_H
  30. | # include <stdint.h>
  31. | #endif
  32. | #ifdef HAVE_UNISTD_H
  33. | # include <unistd.h>
  34. | #endif
  35. | #include <sys/bitypes.h>
  36. configure:13695: result: no
  37. configure:13695: checking sys/bitypes.h presence
  38. configure:13695: cpp -I/usr/local/include -DHAVE_NET_IF_VAR_H conftest.c
  39. conftest.c:27:10: fatal error: 'sys/bitypes.h' file not found
  40. #include <sys/bitypes.h>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement