Re: [squid-users] hits per second and other benchmarks

From: Henrik Nordström <hno@dont-contact.us>
Date: Mon, 1 Jul 2002 11:25:42 +0200

Erik Rowberg wrote:
> I checked what/and why i did and found this in
> /usr/include/bits/types.h
>
> /*
> * Never include this file directly; use <sys/types.h> instead.
> */

A program should never include any files from the bits directory directly.
This directory contains the glibc internal header files that defines the
details of your CPU type, OS and other low-level stuff.

If you need to adjust glibc to your kernel/OS/CPU type this is where you do
so.

Programs should include the official standard header files such as
sys/types.h, which will in turn include the relevant pieces from the bits
directory.

-- 
Basic free Squid support provided thanks to MARA Systems AB
Your source of advanced reverse proxy solutions or customized
Squid solutions. http://www.marasystems.com/products/
Received on Mon Jul 01 2002 - 03:25:50 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:59 MST