ks.h

Go to the documentation of this file.
00001 /*
00002  * libkarmaclient - A C Library to the Karmasphere Reputation Server
00003  * Copyright (C) 2006 Karmasphere <http://www.karmasphere.com/>
00004  *  - Shevek <shevek@karmasphere.com>
00005  *  - Dave Stewart <dave.stewart@karmasphere.com>
00006  *
00007  * This library is free software; you can redistribute it and/or
00008  * modify it under the terms of the GNU Lesser General Public
00009  * License as published by the Free Software Foundation; either
00010  * version 2.1 of the License, or (at your option) any later version.
00011  *
00012  * This library is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015  * Lesser General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU Lesser General Public
00018  * License along with this library; if not, write to the Free Software
00019  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
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

Generated on Wed May 9 01:01:56 2007 for libkarmaclient by  doxygen 1.5.1