Deleted Added
full compact
pathnames.h (1554) pathnames.h (31492)
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

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

43#define _PATH_PR "/usr/bin/pr"
44#define _PATH_PRINTCAP "/etc/printcap"
45#define _PATH_SOCKETNAME "/var/run/printer"
46#define _PATH_VFONT "/usr/libdata/vfont/"
47#define _PATH_VFONTB "/usr/libdata/vfont/B"
48#define _PATH_VFONTI "/usr/libdata/vfont/I"
49#define _PATH_VFONTR "/usr/libdata/vfont/R"
50#define _PATH_VFONTS "/usr/libdata/vfont/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

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

43#define _PATH_PR "/usr/bin/pr"
44#define _PATH_PRINTCAP "/etc/printcap"
45#define _PATH_SOCKETNAME "/var/run/printer"
46#define _PATH_VFONT "/usr/libdata/vfont/"
47#define _PATH_VFONTB "/usr/libdata/vfont/B"
48#define _PATH_VFONTI "/usr/libdata/vfont/I"
49#define _PATH_VFONTR "/usr/libdata/vfont/R"
50#define _PATH_VFONTS "/usr/libdata/vfont/S"
51#define _PATH_CHKPRINTCAP "/usr/sbin/chkprintcap"