00001 #ifndef SQUID_CONFIG_H
00002 #include "config.h"
00003 #endif
00004
00005 #ifndef SQUID_OS_NEXT_H
00006 #define SQUID_OS_NEXT_H
00007
00008 #ifdef _SQUID_NEXT_
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #if defined(HAVE_MALLOC_H)
00021 #undef HAVE_MALLOC_H
00022 #endif
00023
00024
00025
00026
00027 #if HAVE_SYS_STAT_H
00028 #include <sys/stat.h>
00029 #endif
00030 #if !defined(S_ISDIR)
00031 #define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR))
00032 #endif
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043 #if HAVE_NETDB_H
00044 #include <netdb.h>
00045 #endif
00046 #undef HAVE_NETDB_H
00047 #define HAVE_NETDB_H 0
00048
00049 #endif
00050 #endif