Deleted Added
full compact
pathnames.h (7527) pathnames.h (8874)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 33 unchanged lines hidden (view full) ---

42
43/*
44 Specify path and format of lock files
45*/
46/* #define _PATH_LOCKDIRNAME "/usr/spool/uucp/LCK..%s" */
47/* #define _PATH_LOCKDIRNAME "/etc/locks/LCK..%s" */
48/* #define _PATH_LOCKDIRNAME "/usr/spool/locks/LCK..%s" */
49/* #define _PATH_LOCKDIRNAME "/usr/spool/uucp/LCK/LCK..%s" */
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 33 unchanged lines hidden (view full) ---

42
43/*
44 Specify path and format of lock files
45*/
46/* #define _PATH_LOCKDIRNAME "/usr/spool/uucp/LCK..%s" */
47/* #define _PATH_LOCKDIRNAME "/etc/locks/LCK..%s" */
48/* #define _PATH_LOCKDIRNAME "/usr/spool/locks/LCK..%s" */
49/* #define _PATH_LOCKDIRNAME "/usr/spool/uucp/LCK/LCK..%s" */
50#define _PATH_LOCKDIRNAME "/var/spool/lock/LCK..%s"
50#define _PATH_LOCKDIRNAME "/var/spool/lock/LCK..%s"
51
52/*
53 Specify location for system wide databases
54*/
55#define _PATH_MODEMS "/etc/modems"
56#define _PATH_PHONES "/etc/phones"
57#define _PATH_REMOTE "/etc/remote"
58
51
52/*
53 Specify location for system wide databases
54*/
55#define _PATH_MODEMS "/etc/modems"
56#define _PATH_PHONES "/etc/phones"
57#define _PATH_REMOTE "/etc/remote"
58