/usr/include/pixrect/pixrect_hs.h is in xviewg-dev 3.2p1.4-28.1.
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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | /* @(#)pixrect_hs.h 1.23 90/04/23 SMI */
/*
* Copyright 1986, 1987 by Sun Microsystems, Inc.
*/
/*
* Include this header file to get all pixrect related header files.
*/
#ifndef pixrect_hs_DEFINED
#define pixrect_hs_DEFINED
#include <sys/types.h>
#include <pixrect/pixrect.h>
#ifndef NEWPIXMEM
#include <pixrect/pr_dblbuf.h>
#include <pixrect/pr_line.h>
#include <pixrect/pr_planegroups.h>
#endif /* NEWPIXMEM */
#include <pixrect/pr_util.h>
#ifndef NEWPIXMEM
#include <pixrect/traprop.h>
#include <pixrect/bw2var.h>
#include <pixrect/cg2var.h>
#include <pixrect/gp1var.h>
#include <pixrect/cg4var.h>
#include <pixrect/cg8var.h>
#include <pixrect/cg9var.h>
#include <pixrect/cg12_var.h>
#endif /* NEWPIXMEM */
#include <pixrect/memvar.h>
#ifndef NEWPIXMEM
#include <pixrect/mem32_var.h>
#include <pixrect/pixfont.h>
#endif /* NEWPIXMEM */
#include <rasterfile.h>
#include <pixrect/pr_io.h>
#endif /* pixrect_hs_DEFINED */
|