/* * $Id: includes.h,v 1.1 2004/11/14 07:26:26 paulus Exp $ * * Copyright (C) 1997 Lars Fenneberg * * Copyright 1992 Livingston Enterprises, Inc. * * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan * and Merit Network, Inc. All Rights Reserved * * See the file COPYRIGHT for the respective terms and conditions. * If the file is missing contact me at lf@elemental.net * and I'll send you a copy. * */ #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef PATH_MAX #define PATH_MAX 1024 #endif #ifndef UCHAR_MAX # define UCHAR_MAX 255 #endif #include #include #include #include #include #include "magic.h" /* rlib/lock.c */ int do_lock_exclusive(int); int do_unlock(int);