#undef HAVE_MALLOC_H #undef HAVE_STRINGS_H #undef HAVE_SYS_TIME_H #undef HAVE_UNISTD_H #undef HAVE_SYS_SELECT_H #undef HAVE_SELECT #undef HAVE_SOCKET #undef WORDS_BIGENDIAN #ifdef WORDS_BIGENDIAN #define __EL_LONG(x) ((((x) >> 24) & 0x000000FF) | \ (((x) >> 8) & 0x0000FF00) | \ (((x) << 8) & 0x00FF0000) | \ (((x) << 24) & 0xFF000000)) #else #define __EL_LONG(x) (x) #endif #ifndef HAVE_SELECT #error Must have 'select' function to work, sorry! #endif #ifndef HAVE_SOCKET #error Must have 'socket' function to work, sorry! #endif