Deleted Added
full compact
lp.h (28621) lp.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

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

36
37/*
38 * Global definitions for the line printer system.
39 */
40
41extern char *AF; /* accounting file */
42extern long BR; /* baud rate if lp is a tty */
43extern char *CF; /* name of cifplot filter (per job) */
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

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

36
37/*
38 * Global definitions for the line printer system.
39 */
40
41extern char *AF; /* accounting file */
42extern long BR; /* baud rate if lp is a tty */
43extern char *CF; /* name of cifplot filter (per job) */
44extern long CT; /* TCP connection timeout */
44extern char *DF; /* name of tex filter (per job) */
45extern long DU; /* daeomon user-id */
46extern char *FF; /* form feed string */
47extern char *GF; /* name of graph(1G) filter (per job) */
48extern long HL; /* print header last */
49extern char *IF; /* name of input filter (created per job) */
50extern char *LF; /* log file for error messages */
51extern char *LO; /* lock file name */

--- 81 unchanged lines hidden ---
45extern char *DF; /* name of tex filter (per job) */
46extern long DU; /* daeomon user-id */
47extern char *FF; /* form feed string */
48extern char *GF; /* name of graph(1G) filter (per job) */
49extern long HL; /* print header last */
50extern char *IF; /* name of input filter (created per job) */
51extern char *LF; /* log file for error messages */
52extern char *LO; /* lock file name */

--- 81 unchanged lines hidden ---