pkg://XITE-3.3-3.i386.rpm:4505295/
usr/
xite/
include/xite_types.h
info downloads
/*
________________________________________________________________
xite_types.h
$Id: xite_types.h,v 1.5 1995/08/30 07:08:06 svein Exp $
Copyright 1990, Blab, UiO
Image processing lab, Department of Informatics
University of Oslo
E-mail: blab@ifi.uio.no
________________________________________________________________
Permission to use, copy, modify and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that this copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in supporting
documentation and that the name of B-lab, Department of Informatics or
University of Oslo not be used in advertising or publicity pertaining
to distribution of the software without specific, written prior permission.
B-LAB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL B-LAB
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef _XITE_TYPES_H_
#define _XITE_TYPES_H_
#include <sys/types.h>
#if defined(ULTRIX) || defined(IRIX) || defined(IRIX64) || defined(OSF1) || \
defined(AIX) || defined(HPUX) || defined(SunOS5) || defined(Linux586) \
|| defined(Linux386) || defined(Linux486) || defined(Linux686)
# include <stddef.h> /* ptrdiff_t */
#endif
#endif /* _XITE_TYPES_H_ */