00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00031 #ifndef INC_KS_H
00032 #define INC_KS_H
00033
00034 #ifdef HAVE_UNISTD_H
00035 #include <unistd.h>
00036 #endif
00037
00038 #ifdef HAVE_SYS_TYPES_H
00039 #include <sys/types.h>
00040 #endif
00041
00042 #ifdef HAVE_SYS_SOCKET_H
00043 #include <sys/socket.h>
00044 #endif
00045
00046 #ifdef HAVE_NETINET_IN_H
00047 #include <netinet/in.h>
00048 #endif
00049
00050 #ifdef HAVE_ARPA_INET_H
00051 #include <arpa/inet.h>
00052 #endif
00053
00054 #ifdef HAVE_NETDB_H
00055 #include <netdb.h>
00056 #endif
00057
00058 #include <karmasphere/ks_array.h>
00059 #include <karmasphere/ks_assoc.h>
00060 #include <karmasphere/ks_bparse.h>
00061 #include <karmasphere/ks_bquery.h>
00062 #include <karmasphere/ks_combination.h>
00063 #include <karmasphere/ks_common.h>
00064 #include <karmasphere/ks_fact.h>
00065 #include <karmasphere/ks_malloc.h>
00066 #include <karmasphere/ks_number.h>
00067 #include <karmasphere/ks_response.h>
00068 #include <karmasphere/ks_string.h>
00069 #include <karmasphere/ks_version.h>
00070 #include <karmasphere/ks_socket.h>
00071
00072 #endif