[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.10

1.10    ! millert     1: /*     $OpenBSD$       */
        !             2:
        !             3: /*
        !             4:  * Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
1.1       deraadt     5:  *
1.10    ! millert     6:  * Permission to use, copy, modify, and distribute this software for any
        !             7:  * purpose with or without fee is hereby granted, provided that the above
        !             8:  * copyright notice and this permission notice appear in all copies.
1.1       deraadt     9:  *
1.10    ! millert    10:  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        !            11:  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        !            12:  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
        !            13:  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        !            14:  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
        !            15:  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
        !            16:  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1.3       millert    17:  *
1.10    ! millert    18:  * Sponsored in part by the Defense Advanced Research Projects
        !            19:  * Agency (DARPA) and Air Force Research Laboratory, Air Force
        !            20:  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
1.1       deraadt    21:  */
                     22:
1.5       millert    23: #include <paths.h>
                     24:
1.10    ! millert    25: #define        _PATH_PR        "/usr/bin/pr"