#ifndef HEADERS_SLIM_H #define HEADERS_SLIM_H /* ------------------------------------------------------------------- * headers_slim.h * by Mark Gates * Copyright 1999, Board of Trustees of the University of Illinois. * $Id: headers_slim.h,v 1.1.1.1 2001/12/12 23:37:48 jdugan Exp $ * ------------------------------------------------------------------- * headers * * Most system headers required by iperf. * This is a subset of lib/headers.h, to be used only while running * configure. It excludes things conditional on having _already_ * run configure, and Win32 stuff. * ------------------------------------------------------------------- */ /* standard C headers */ #include #include #include #include #include #include #include #include /* unix headers */ #include #include #include #include #include #include #include #include #include /* netinet/in.h must be before this on SunOS */ #endif /* HEADERS_SLIM_H */