pathnames.h revision 868
174462Salfred/*
274462Salfred * Copyright (C) 1993 by Andrew A. Chernov, Moscow, Russia.
374462Salfred * All rights reserved.
474462Salfred *
574462Salfred * Redistribution and use in source and binary forms, with or without
674462Salfred * modification, are permitted provided that the following conditions
774462Salfred * are met:
874462Salfred * 1. Redistributions of source code must retain the above copyright
974462Salfred *    notice, this list of conditions and the following disclaimer.
1074462Salfred * 2. Redistributions in binary form must reproduce the above copyright
1174462Salfred *    notice, this list of conditions and the following disclaimer in the
1274462Salfred *    documentation and/or other materials provided with the distribution.
1374462Salfred *
1474462Salfred * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND
1574462Salfred * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1674462Salfred * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1774462Salfred * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1874462Salfred * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1974462Salfred * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2074462Salfred * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2174462Salfred * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2274462Salfred * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2374462Salfred * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2474462Salfred * SUCH DAMAGE.
2574462Salfred */
2674462Salfred
2774462Salfred#include <paths.h>
2874462Salfred
2974462Salfred/*
3074462Salfred * Offset file name started with '.', because "adjkerntz -i"
3174462Salfred * called in /etc/rc before cleaning '*' in /var/run,
3274462Salfred * and this file should be keeped after it.
3374462Salfred */
3474462Salfred#define _PATH_OFFSET "/var/run/.adjkerntz"
3574462Salfred
36136581Sobrien#define _PATH_CLOCK "/etc/wall_cmos_clock"
37136581Sobrien