port-irix.h revision 272461
138889Sjdp/* $Id: port-irix.h,v 1.4 2003/08/29 16:59:52 mouring Exp $ */
2218822Sdim
338889Sjdp/*
438889Sjdp * Copyright (c) 2000 Denis Parker.  All rights reserved.
538889Sjdp * Copyright (c) 2000 Michael Stone.  All rights reserved.
638889Sjdp *
738889Sjdp * Redistribution and use in source and binary forms, with or without
838889Sjdp * modification, are permitted provided that the following conditions
938889Sjdp * are met:
1038889Sjdp * 1. Redistributions of source code must retain the above copyright
1138889Sjdp *    notice, this list of conditions and the following disclaimer.
1238889Sjdp * 2. Redistributions in binary form must reproduce the above copyright
1338889Sjdp *    notice, this list of conditions and the following disclaimer in the
1438889Sjdp *    documentation and/or other materials provided with the distribution.
1538889Sjdp *
1638889Sjdp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1738889Sjdp * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1838889Sjdp * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19218822Sdim * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20218822Sdim * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2138889Sjdp * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2238889Sjdp * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2338889Sjdp * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2438889Sjdp * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2538889Sjdp * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2638889Sjdp */
2738889Sjdp
2838889Sjdp#ifndef _PORT_IRIX_H
2938889Sjdp#define _PORT_IRIX_H
3038889Sjdp
3138889Sjdp#if defined(WITH_IRIX_PROJECT) || \
3238889Sjdp    defined(WITH_IRIX_JOBS) || \
3338889Sjdp    defined(WITH_IRIX_ARRAY)
3477298Sobrien
3577298Sobrienvoid irix_setusercontext(struct passwd *pw);
3638889Sjdp
3738889Sjdp#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */
3838889Sjdp
3938889Sjdp#endif /* ! _PORT_IRIX_H */
4077298Sobrien