awips2/ldm/src/rpc/config.h
root 8e80217e59 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: a02aeb236c [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 3360eb6c5f
2012-01-06 08:55:05 -06:00

38 lines
832 B
C

/* config.h. Generated by configure. */
#define _XOPEN_SOURCE 500
/* #undef _ALL_SOURCE */
#define _XOPEN_SOURCE_EXTENDED 1
/* #undef _HPUX_SOURCE */
/* #undef _BSD_TYPES */
#define _BSD_SOURCE 1
/* #undef __BSD_VISIBLE */
/* #undef _OSF_SOURCE */
/* #undef __EXTENSIONS__ */
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_ENUM 4
#define SIZEOF_GID_T 4
#define SIZEOF_INT32 (32/CHAR_BIT)
#define SIZEOF_INT64 (64/CHAR_BIT)
/* #undef WORDS_BIGENDIAN */
#define IEEE_FLOAT 1
#define IEEE_DOUBLE 1
#define GETRPCBYNUMBER_ARG_TYPE int
#define HAVE_STROPTS_H 1
/* #undef HAVE_SYS_IOCTL_H */
#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>