summaryrefslogtreecommitdiff
path: root/support/dktools/dk3all.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/dk3all.h')
-rw-r--r--support/dktools/dk3all.h267
1 files changed, 267 insertions, 0 deletions
diff --git a/support/dktools/dk3all.h b/support/dktools/dk3all.h
new file mode 100644
index 0000000000..517c63a091
--- /dev/null
+++ b/support/dktools/dk3all.h
@@ -0,0 +1,267 @@
+
+/** @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 <dk3conf.h>
+
+#if DK3_HAVE_WINSOCK2_H
+#if !DK3_WINSOCK2_H_INCLUDED
+#define DK3_WINSOCK2_H_INCLUDED 1
+#include <winsock2.h>
+#endif
+#endif
+#if DK3_HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+#if DK3_HAVE_WINDOWS_H
+#if !DK3_WINDOWS_H_INCLUDED
+#define DK3_WINDOWS_H_INCLUDED 1
+#include <windows.h>
+#endif
+#endif
+#if DK3_HAVE_WINBASE_H
+#if !DK3_WINBASE_H_INCLUDED
+#define DK3_WINBASE_H_INCLUDED 1
+#include <winbase.h>
+#endif
+#endif
+#if DK3_HAVE_WINREG_H
+#if !DK3_WINREG_H_INCLUDED
+#define DK3_WINREG_H_INCLUDED 1
+#include <winreg.h>
+#endif
+#endif
+#if DK3_HAVE_WINCON_H
+#if !DK3_WINCON_H_INCLUDED
+#define DK3_WINCON_H_INCLUDED 1
+#include <wincon.h>
+#endif
+#endif
+#if DK3_HAVE_STDIO_H
+#include <stdio.h>
+#endif
+#if DK3_HAVE_ERR_H
+#include <err.h>
+#endif
+#if DK3_HAVE_SYS_STAT_H
+#include <sys/stat.h>
+#endif
+#if DK3_HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#if DK3_HAVE_STDDEF_H
+#include <stddef.h>
+#endif
+#if DK3_HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+#if DK3_HAVE_PROCESS_H
+#include <process.h>
+#endif
+#if DK3_HAVE_LIMITS_H
+#include <limits.h>
+#endif
+#if DK3_HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+#if DK3_HAVE_SYS_SYSCTL_H
+#include <sys/sysctl.h>
+#endif
+#if DK3_HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+#if DK3_HAVE_SYS_STATVFS_H
+#include <sys/statvfs.h>
+#endif
+#if DK3_HAVE_SYS_STROPTS_H
+#include <sys/stropts.h>
+#endif
+#if DK3_HAVE_SYS_FILE_H
+#include <sys/file.h>
+#endif
+#if DK3_HAVE_SYS_UIO_H
+#include <sys/uio.h>
+#endif
+#if DK3_HAVE_SYS_UN_H
+#include <sys/un.h>
+#endif
+#if DK3_HAVE_SYS_SUNDDI_H
+#include <sys/sunddi.h>
+#endif
+#if DK3_HAVE_SYS_RESOURCE_H
+#include <sys/resource.h>
+#endif
+#if DK3_HAVE_SYS_SYSTEMINFO_H
+#include <sys/systeminfo.h>
+#endif
+#if DK3_HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if DK3_TIME_WITH_SYS_TIME
+#include <sys/time.h>
+#include <time.h>
+#else
+#if DK3_HAVE_TIME_H
+#include <time.h>
+#else
+#if DK3_HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+#endif
+#endif
+#if DK3_HAVE_ERRNO_H
+#include <errno.h>
+#endif
+#if DK3_HAVE_ALLOC_H
+#include <alloc.h>
+#endif
+#if DK3_HAVE_MALLOC_H
+#include <malloc.h>
+#endif
+#if DK3_HAVE_CTYPE_H
+#include <ctype.h>
+#endif
+#if DK3_HAVE_STRING_H
+#include <string.h>
+#endif
+#if DK3_HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#if DK3_HAVE_WCHAR_H
+#include <wchar.h>
+#endif
+#if DK3_HAVE_STROPTS_H
+#include <stropts.h>
+#endif
+#if DK3_HAVE_IO_H
+#include <io.h>
+#endif
+#if DK3_HAVE_DOS_H
+#include <dos.h>
+#endif
+#if DK3_HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
+#if DK3_HAVE_DIR_H
+#include <dir.h>
+#endif
+#if DK3_HAVE_DIRENT_H
+#include <dirent.h>
+#endif
+#if DK3_HAVE_DIRECT_H
+#include <direct.h>
+#endif
+#if DK3_HAVE_SYSRES_H
+#include <sysres.h>
+#endif
+#if DK3_HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if DK3_HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if DK3_HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if DK3_HAVE_GRP_H
+#include <grp.h>
+#endif
+#if DK3_HAVE_PWD_H
+#include <pwd.h>
+#endif
+#if DK3_HAVE_MATH_H
+#include <math.h>
+#endif
+#if DK3_HAVE_SIGNAL_H
+#include <signal.h>
+#endif
+#if DK3_HAVE_SYSLOG_H
+#include <syslog.h>
+#endif
+#if DK3_HAVE_CONIO_H
+#include <conio.h>
+#endif
+#if DK3_HAVE_STDARG_H
+#include <stdarg.h>
+#else
+#if DK3_HAVE_VARARG_H
+#include <vararg.h>
+#else
+#if DK3_HAVE_VARARGS_H
+#include <varargs.h>
+#else
+#endif
+#endif
+#endif
+#if DK3_HAVE_VARARG_H
+#include <vararg.h>
+#endif
+#if DK3_HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#if DK3_HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+#if DK3_HAVE_TERMIOS_H
+#include <termios.h>
+#endif
+#if DK3_HAVE_SHADOW_H
+#include <shadow.h>
+#endif
+#if DK3_HAVE_LOCALE_H
+#include <locale.h>
+#endif
+#if DK3_HAVE_SYS_TERMIOS_H
+#include <sys/termios.h>
+#endif
+#if DK3_HAVE_SYS_TTOLD_H
+#include <sys/ttold.h>
+#endif
+#if DK3_HAVE_SETJMP_H
+#include <setjmp.h>
+#endif
+#if DK3_HAVE_PTHREAD_H
+#include <pthread.h>
+#endif
+#if DK3_HAVE_ZLIB_H
+#include <zlib.h>
+#endif
+#if DK3_HAVE_BZLIB_H
+#include <bzlib.h>
+#endif
+
+#include <dk3types.h>
+#include <dk3const.h>
+#include <dk3inst.h>
+#include <dk3mem.h>
+#include <dk3bits.h>
+#include <dk3ct.h>
+#include <dk3ma.h>
+#include <dk3dir.h>
+#include <dk3str.h>
+#include <dk3signl.h>
+#include <dk3sf.h>
+#include <dk3sto.h>
+#include <dk3chks.h>
+#include <dk3enc.h>
+#include <dk3strm.h>
+#include <dk3of.h>
+#include <dk3app.h>
+#include <dk3wreg.h>
+#include <dk3srch.h>
+#include <dk3paper.h>
+#include <dk3bf.h>
+#include <dk3uc2l.h>
+#include <dk3opt.h>
+#include <dk3dbi.h>
+#include <dk3ufi.h>
+#include <dk3range.h>
+#include <dk3numco.h>
+
+#endif
+/* ifndef DK3_ALL_H_INCLUDED */
+