Main Page | Data Structures | File List | Data Fields | Globals

common.h

Go to the documentation of this file.
00001 /* iksemel (XML parser for Jabber)
00002 ** Copyright (C) 2000-2003 Gurer Ozen <madcat@e-kolay.net>
00003 ** This code is free software; you can redistribute it and/or
00004 ** modify it under the terms of GNU Lesser General Public License.
00005 */
00006 
00007 #ifdef HAVE_CONFIG_H
00008 #include "config.h"
00009 #endif
00010 
00011 #include <sys/types.h>
00012 #include <stdio.h>
00013 
00014 #ifdef STDC_HEADERS
00015 #include <stdlib.h>
00016 #include <string.h>
00017 #include <stdarg.h>
00018 #elif HAVE_STRINGS_H
00019 #include <strings.h>
00020 #endif
00021 
00022 #ifdef HAVE_UNISTD_H
00023 #include <unistd.h>
00024 #endif
00025 
00026 #ifdef HAVE_ERRNO_H
00027 #include <errno.h>
00028 #endif
00029 #ifndef errno
00030 extern int errno;
00031 #endif
00032 
00033 #include "finetune.h"

Generated on Wed Mar 14 20:32:17 2007 for GloPosCom by doxygen 1.3.4