/* ddconfig_in.h. Generated from configure.ac by autoheader. */ #ifndef DDCONFIG_HEADER #define DDCONFIG_HEADER /* Define to be the type of length parameter of accept (without the \*'). */ #undef ACCEPT_SOCKLEN_T /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* XXX */ #undef FD_HEADER_OK /* XXX */ #undef FD_NEED_SELECT_H /* XXX */ #undef FD_NEED_TIME_H /* XXX */ #undef FD_NEED_TYPES_H /* XXX */ #undef FD_NEED_WINSOCK2_H /* XXX */ #undef GNU_GETCWD /* XXX */ #undef HAVE_CURSES_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_ENDIAN_H /* XXX */ #undef HAVE_FLEX /* Define to 1 if you have the header file. */ #undef HAVE_GETOPT_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define to 1 if you have the `rt' library (-lrt). */ #undef HAVE_LIBRT /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define to 1 if you have the header file. */ #undef HAVE_MACHINE_ENDIAN_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_ENDIAN_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_ISA_DEFS_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H /* XXX */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `vasprintf' function. */ #undef HAVE_VASPRINTF /* XXX */ #undef HAVE_WINSOCK2_H /* Define to 1 if you have the `yylex' function. */ #undef HAVE_YYLEX /* XXX */ #undef HEADER_FD /* XXX */ #undef HEADER_SOCKET /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE /* XXX */ #undef SCANF_A /* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG /* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* XXX */ #undef SOCKET_AVAIL /* XXX */ #undef SOCKLEN_T /* XXX */ #undef STATISTIC /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* XXX */ #undef TYPE_BYTE #undef SPEC_BYTE /* XXX */ #undef TYPE_DWORD #undef SPEC_DWORD /* XXX */ #undef TYPE_QWORD #undef SPEC_QWORD /* XXX */ #undef TYPE_WORD #undef SPEC_WORD /* XXX */ #undef UCSOCKET_T /* XXX */ #undef VERSIONHI /* XXX */ #undef VERSIONLO /* XXX */ #undef VERSIONP /* XXX */ #undef VERSIONSTR /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER /* XXX */ #undef _A_ /* XXX */ #undef _M_ /* ucsim custom defines */ #define DD_TRUE 1 #define DD_FALSE 0 #define NIL 0 #endif /* DDCONFIG_HEADER */