Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef SQUID_COMPAT_OS_SOLARIS_H
10#define SQUID_COMPAT_OS_SOLARIS_H
34#if defined(i386) || defined(__i386)
54#include <sys/resource.h>
57#if defined(__SUNPRO_CC)
61#include <sys/socket.h>
69#if !defined(_XPG4_2) && !(defined(__EXTENSIONS__) || \
70(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)))
77#define s6_addr32 _S6_un._S6_u32
81#define SUN_LEN(su) (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
86#define AF_LOCAL AF_UNIX
93#if !defined(_PATH_DEVNULL)
94#define _PATH_DEVNULL "/dev/null"