/usr/include/kerngen/cf_xaft.h is in libkernlib1-dev 20061220+dfsg3-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /*
* $Id: cf_xaft.h,v 1.2 1999/11/10 17:30:05 mclareni Exp $
*
* $Log: cf_xaft.h,v $
* Revision 1.2 1999/11/10 17:30:05 mclareni
* Shift version 1.1.4.4 needs POSIX defined on Win32
*
* Revision 1.1.1.1 1996/02/15 17:49:17 mclareni
* Kernlib
*
*
*
* cf#xaft.inc
*/
#if defined(CERNLIB_PROJSHIFT)
#if defined(_WIN32)
#define _POSIX_
#endif
#include <shift.h>
#endif
|