Go to the documentation of this file.
9#ifndef SQUID_OS_SOLARIS_H
10#define SQUID_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#if defined(__SUNPRO_CC) && !defined(__FUNCTION__)
78#define __FUNCTION__ ""
84#define s6_addr32 _S6_un._S6_u32
88#define SUN_LEN(su) (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
93#define AF_LOCAL AF_UNIX
100#if !defined(_PATH_DEVNULL)
101#define _PATH_DEVNULL "/dev/null"
Introduction
Documentation
Support
Miscellaneous
Web Site Translations
Mirrors