/** @file dk3all.h Main include file for the dk3 libraries. Applications using the dk3 libraries should include this file. */ #ifndef DK3_ALL_H_INCLUDED #define DK3_ALL_H_INCLUDED 1 #include #if DK3_HAVE_WINSOCK2_H #if !DK3_WINSOCK2_H_INCLUDED #define DK3_WINSOCK2_H_INCLUDED 1 #include #endif #endif #if DK3_HAVE_WS2TCPIP_H #include #endif #if DK3_HAVE_WINDOWS_H #if !DK3_WINDOWS_H_INCLUDED #define DK3_WINDOWS_H_INCLUDED 1 #include #endif #endif #if DK3_HAVE_WINBASE_H #if !DK3_WINBASE_H_INCLUDED #define DK3_WINBASE_H_INCLUDED 1 #include #endif #endif #if DK3_HAVE_WINREG_H #if !DK3_WINREG_H_INCLUDED #define DK3_WINREG_H_INCLUDED 1 #include #endif #endif #if DK3_HAVE_WINCON_H #if !DK3_WINCON_H_INCLUDED #define DK3_WINCON_H_INCLUDED 1 #include #endif #endif #if DK3_HAVE_STDIO_H #include #endif #if DK3_HAVE_ERR_H #include #endif #if DK3_HAVE_SYS_STAT_H #include #endif #if DK3_HAVE_STDLIB_H #include #endif #if DK3_HAVE_STDDEF_H #include #endif #if DK3_HAVE_UNISTD_H #include #endif #if DK3_HAVE_PROCESS_H #include #endif #if DK3_HAVE_LIMITS_H #include #endif #if DK3_HAVE_SYS_PARAM_H #include #endif #if DK3_HAVE_SYS_SYSCTL_H #include #endif #if DK3_HAVE_SYS_WAIT_H #include #endif #if DK3_HAVE_SYS_STATVFS_H #include #endif #if DK3_HAVE_SYS_STROPTS_H #include #endif #if DK3_HAVE_SYS_FILE_H #include #endif #if DK3_HAVE_SYS_UIO_H #include #endif #if DK3_HAVE_SYS_UN_H #include #endif #if DK3_HAVE_SYS_SUNDDI_H #include #endif #if DK3_HAVE_SYS_RESOURCE_H #include #endif #if DK3_HAVE_SYS_SYSTEMINFO_H #include #endif #if DK3_HAVE_SYS_SOCKET_H #include #endif #if DK3_TIME_WITH_SYS_TIME #include #include #else #if DK3_HAVE_TIME_H #include #else #if DK3_HAVE_SYS_TIME_H #include #endif #endif #endif #if DK3_HAVE_ERRNO_H #include #endif #if DK3_HAVE_ALLOC_H #include #endif #if DK3_HAVE_MALLOC_H #include #endif #if DK3_HAVE_CTYPE_H #include #endif #if DK3_HAVE_STRING_H #include #endif #if DK3_HAVE_STRINGS_H #include #endif #if DK3_HAVE_WCHAR_H #include #endif #if DK3_HAVE_STROPTS_H #include #endif #if DK3_HAVE_IO_H #include #endif #if DK3_HAVE_DOS_H #include #endif #if DK3_HAVE_FCNTL_H #include #endif #if DK3_HAVE_DIR_H #include #endif #if DK3_HAVE_DIRENT_H #include #endif #if DK3_HAVE_DIRECT_H #include #endif #if DK3_HAVE_SYSRES_H #include #endif #if DK3_HAVE_NETINET_IN_H #include #endif #if DK3_HAVE_ARPA_INET_H #include #endif #if DK3_HAVE_NETDB_H #include #endif #if DK3_HAVE_GRP_H #include #endif #if DK3_HAVE_PWD_H #include #endif #if DK3_HAVE_MATH_H #include #endif #if DK3_HAVE_SIGNAL_H #include #endif #if DK3_HAVE_SYSLOG_H #include #endif #if DK3_HAVE_CONIO_H #include #endif #if DK3_HAVE_STDARG_H #include #else #if DK3_HAVE_VARARG_H #include #else #if DK3_HAVE_VARARGS_H #include #else #endif #endif #endif #if DK3_HAVE_VARARG_H #include #endif #if DK3_HAVE_STDINT_H #include #endif #if DK3_HAVE_INTTYPES_H #include #endif #if DK3_HAVE_TERMIOS_H #include #endif #if DK3_HAVE_SHADOW_H #include #endif #if DK3_HAVE_LOCALE_H #include #endif #if DK3_HAVE_SYS_TERMIOS_H #include #endif #if DK3_HAVE_SYS_TTOLD_H #include #endif #if DK3_HAVE_SETJMP_H #include #endif #if DK3_HAVE_PTHREAD_H #include #endif #if DK3_HAVE_ZLIB_H #include #endif #if DK3_HAVE_BZLIB_H #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif /* ifndef DK3_ALL_H_INCLUDED */