home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Online / BoAmiga / SourceCode / config.h < prev    next >
C/C++ Source or Header  |  1998-09-23  |  691b  |  29 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. #define HAVE_MALLOC_H 1
  3. #define HAVE_STRINGS_H 1
  4. #define HAVE_SYS_TIME_H 1
  5.  
  6. /* #define HAVE_UNISTD_H 1  */
  7. /* #undef HAVE_SYS_SELECT_H */
  8.  
  9. #define HAVE_SELECT 1
  10. #define HAVE_SOCKET 1
  11.  
  12. #define WORDS_BIGENDIAN 1
  13.  
  14. #ifdef WORDS_BIGENDIAN
  15. #define __EL_LONG(x) ((((x) >> 24) & 0x000000FF) | \
  16.                      (((x) >> 8) & 0x0000FF00)  | \
  17.                      (((x) << 8) & 0x00FF0000)  | \
  18.                      (((x) << 24) & 0xFF000000))
  19. #else
  20. #define __EL_LONG(x) (x)
  21. #endif
  22.  
  23. #ifndef HAVE_SELECT
  24. #error Must have 'select' function to work, sorry!
  25. #endif
  26. #ifndef HAVE_SOCKET
  27. #error Must have 'socket' function to work, sorry!
  28. #endif
  29.