1124208Sdes/* $Id: port-irix.h,v 1.4 2003/08/29 16:59:52 mouring Exp $ */
298937Sdes
3124208Sdes/*
4124208Sdes * Copyright (c) 2000 Denis Parker.  All rights reserved.
5124208Sdes * Copyright (c) 2000 Michael Stone.  All rights reserved.
6124208Sdes *
7124208Sdes * Redistribution and use in source and binary forms, with or without
8124208Sdes * modification, are permitted provided that the following conditions
9124208Sdes * are met:
10124208Sdes * 1. Redistributions of source code must retain the above copyright
11124208Sdes *    notice, this list of conditions and the following disclaimer.
12124208Sdes * 2. Redistributions in binary form must reproduce the above copyright
13124208Sdes *    notice, this list of conditions and the following disclaimer in the
14124208Sdes *    documentation and/or other materials provided with the distribution.
15124208Sdes *
16124208Sdes * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17124208Sdes * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18124208Sdes * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19124208Sdes * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20124208Sdes * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21124208Sdes * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22124208Sdes * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23124208Sdes * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24124208Sdes * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25124208Sdes * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26124208Sdes */
27124208Sdes
28124208Sdes#ifndef _PORT_IRIX_H
29124208Sdes#define _PORT_IRIX_H
30124208Sdes
31124208Sdes#if defined(WITH_IRIX_PROJECT) || \
32124208Sdes    defined(WITH_IRIX_JOBS) || \
33124208Sdes    defined(WITH_IRIX_ARRAY)
34124208Sdes
3598937Sdesvoid irix_setusercontext(struct passwd *pw);
3698937Sdes
3798937Sdes#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */
38124208Sdes
39124208Sdes#endif /* ! _PORT_IRIX_H */
40