[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / diff

Annotation of src/usr.bin/diff/pathnames.h, Revision 1.2

1.2     ! tedu        1: /* $OpenBSD$ */
1.1       deraadt     2: /*
                      3:  * Copyright (c) 1989 The Regents of the University of California.
                      4:  * All rights reserved.
                      5:  *
                      6:  * Redistribution and use in source and binary forms are permitted
                      7:  * provided that the above copyright notice and this paragraph are
                      8:  * duplicated in all such forms and that any documentation,
                      9:  * advertising materials, and other materials related to such
                     10:  * distribution and use acknowledge that the software was developed
                     11:  * by the University of California, Berkeley.  The name of the
                     12:  * University may not be used to endorse or promote products derived
                     13:  * from this software without specific prior written permission.
                     14:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
                     15:  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
                     16:  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
                     17:  *
                     18:  *     @(#)pathnames.h 5.1 (Berkeley) 5/11/89
                     19:  */
                     20:
                     21: #define        _PATH_DIFF      "/usr/bin/diff"
                     22: #define        _PATH_DIFFH     "/usr/bin/diffh"
                     23: #define        _PATH_PR        "/usr/bin/pr"
                     24: #undef _PATH_TMP
                     25: #define        _PATH_TMP       "/tmp/dXXXXX"