Deleted Added
full compact
lp.local.h (1554) lp.local.h (30407)
1/*
2 * Copyright (c) 1983, 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

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

44#define DEFLOCK "lock"
45#define DEFSTAT "status"
46#define DEFMX 1000
47#define DEFMAXCOPIES 0
48#define DEFFF "\f"
49#define DEFWIDTH 132
50#define DEFLENGTH 66
51#define DEFUID 1
1/*
2 * Copyright (c) 1983, 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

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

44#define DEFLOCK "lock"
45#define DEFSTAT "status"
46#define DEFMX 1000
47#define DEFMAXCOPIES 0
48#define DEFFF "\f"
49#define DEFWIDTH 132
50#define DEFLENGTH 66
51#define DEFUID 1
52#define DEFTIMEOUT 120
52
53/*
54 * When files are created in the spooling area, they are normally
55 * readable only by their owner and the spooling group. If you
56 * want otherwise, change this mode.
57 */
58#define FILMOD 0660
59

--- 21 unchanged lines hidden ---
53
54/*
55 * When files are created in the spooling area, they are normally
56 * readable only by their owner and the spooling group. If you
57 * want otherwise, change this mode.
58 */
59#define FILMOD 0660
60

--- 21 unchanged lines hidden ---