00001
00002
00003
00004
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"