Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00016 #ifndef __DRIZZLE_COMMON_H
00017 #define __DRIZZLE_COMMON_H
00018
00019 #include "config.h"
00020
00021 #include "drizzle_client.h"
00022 #include "drizzle_server.h"
00023
00024 #ifdef HAVE_ASSERT_H
00025 #include <assert.h>
00026 #endif
00027 #ifdef HAVE_ERRNO_H
00028 #include <errno.h>
00029 #endif
00030 #ifdef HAVE_FCNTL_H
00031 #include <fcntl.h>
00032 #endif
00033 #ifdef HAVE_NETINET_TCP_H
00034 #include <netinet/tcp.h>
00035 #endif
00036 #ifdef HAVE_STDARG_H
00037 #include <stdarg.h>
00038 #endif
00039 #ifdef HAVE_STDIO_H
00040 #include <stdio.h>
00041 #endif
00042 #ifdef HAVE_STDLIB_H
00043 #include <stdlib.h>
00044 #endif
00045 #ifdef HAVE_STRING_H
00046 #include <string.h>
00047 #endif
00048 #ifdef HAVE_SYS_UIO_H
00049 #include <sys/uio.h>
00050 #endif
00051 #ifdef HAVE_UNISTD_H
00052 #include <unistd.h>
00053 #endif
00054
00055 #include "drizzle_local.h"
00056 #include "conn_local.h"
00057 #include "pack.h"
00058 #include "state.h"
00059 #include "sha1.h"
00060
00061 #endif