/usr/include/xview/xview_xvin.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 49 | /* @(#)xview_xvin.h 1.14 93/06/28 SMI */
/*
* (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
* pending in the U.S. and foreign countries. See LEGAL NOTICE
* file for terms of the license.
*/
#ifndef xview_xview_xvin_DEFINED
#define xview_xview_xvin_DEFINED
/*
***********************************************************************
* Include Files
***********************************************************************
*/
#include <signal.h>
#include <sys/types.h>
#include <pixrect/pixrect.h>
#include <pixrect/pr_planegroups.h>
#include <pixrect/pr_util.h>
#ifdef __STDC__
#ifndef CAT
#define CAT(a,b) a ## b
#endif
#endif
#include <pixrect/memvar.h>
#include <pixrect/pixfont.h>
#include <pixrect/traprop.h>
#include <pixrect/pr_line.h>
#if defined(__cplusplus) || defined(__STDC__)
#include <stdlib.h>
#endif /* __cplusplus || __STDC__ */
#include <xview/xv_c_types.h>
#include <xview/generic.h>
#include <xview/server.h>
#include <xview/screen.h>
#include <xview/notify.h>
#include <xview/pixwin.h>
#include <xview/win_input.h>
#endif /* ~xview_xview_xvin_DEFINED */
|