Go to the documentation of this file.
9#ifndef SQUID_OS_SOLARIS_H
10#define SQUID_OS_SOLARIS_H
28#if defined(i386) || defined(__i386)
48#include <sys/resource.h>
51#if defined(__SUNPRO_CC)
55#include <sys/socket.h>
63#if !defined(_XPG4_2) && !(defined(__EXTENSIONS__) || \
64(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)))
71#if defined(__SUNPRO_CC) && !defined(__FUNCTION__)
72#define __FUNCTION__ ""
78#define s6_addr32 _S6_un._S6_u32
90#define SUN_LEN(su) (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
95#define AF_LOCAL AF_UNIX
102#if !defined(_PATH_DEVNULL)
103#define _PATH_DEVNULL "/dev/null"
Introduction
Documentation
Support
Miscellaneous
Web Site Translations
Mirrors