00001 #ifndef SQUID_CONFIG_H
00002 #include "config.h"
00003 #endif
00004
00005 #ifndef SQUID_OS_HPUX_H
00006 #define SQUID_OS_PHUX_H
00007
00008 #ifdef _SQUID_HPUX_
00009
00010
00011
00012
00013
00014
00015
00016
00017 #if !defined(HAVE_GETPAGESIZE)
00018 #define HAVE_GETPAGESIZE
00019 #define getpagesize( ) sysconf(_SC_PAGE_SIZE)
00020 #endif
00021
00022
00023
00024
00025 #if !HAVE_GETRUSAGE
00026 #define HAVE_GETRUSAGE 1
00027 #define getrusage(a, b) syscall(SYS_GETRUSAGE, a, b)
00028 #endif
00029
00030
00031
00032
00033 #if !defined(HAVE_GETPAGESIZE)
00034 #define HAVE_GETPAGESIZE
00035 #define getpagesize( ) sysconf(_SC_PAGE_SIZE)
00036 #endif
00037
00038 #endif
00039 #endif