00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include "spf_sys_config.h"
00017
00018 #ifdef STDC_HEADERS
00019 # include <stdio.h>
00020 # include <stdlib.h>
00021 #endif
00022
00023 #ifdef HAVE_NETDB_H
00024 #include <netdb.h>
00025 #endif
00026
00027 #ifdef HAVE_STRING_H
00028 # include <string.h>
00029 #else
00030 # ifdef HAVE_STRINGS_H
00031 # include <strings.h>
00032 # endif
00033 #endif
00034
00035
00036
00037 #include "spf.h"
00038 #include "spf_dns.h"
00039 #include "spf_internal.h"
00040 #include "spf_dns_internal.h"
00041
00042