/* iksemel (XML parser for Jabber) ** Copyright (C) 2000-2003 Gurer Ozen ** This code is free software; you can redistribute it and/or ** modify it under the terms of GNU Lesser General Public License. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #ifdef STDC_HEADERS #include #include #include #elif HAVE_STRINGS_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifndef errno extern int errno; #endif #include "finetune.h"