/* * header.h * Dirty little file to include header files w/out autotools. * * Copyright 1999-2004 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/src/headers.h,v 1.1 2005-07-02 15:46:28 niro Exp $ */ /* Common includes */ #define HAVE_TIOCNOTTY #define HAVE_SETSID /* OS-specific includes */ #if defined(__GLIBC__) # define HAVE_SYS_SYSMACROS_H # define HAVE_ERROR_H #endif /* Now we actually include crap ;) */ #ifdef HAVE_ERROR_H # include #endif #ifdef HAVE_SYS_SYSMACROS_H # include #endif