/* config.h.  Generated automatically by configure.  */
#define HAVE_MALLOC_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SELECT_H 1

#define HAVE_SELECT 1
#define HAVE_SOCKET 1

/* #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


syntax highlighted by Code2HTML, v. 0.9.1