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

Annotation of src/usr.bin/patch/config.h, Revision 1.6

1.6     ! deraadt     1: /*     $OpenBSD: config.h,v 1.5 2003/07/21 14:00:41 deraadt Exp $      */
1.3       millert     2:
1.5       deraadt     3: /*
                      4:  * config.h This file was produced by running the config.h.SH script, which
                      5:  * gets its values from config.sh, which is generally produced by running
                      6:  * Configure.
                      7:  *
                      8:  * Feel free to modify any of this as the need arises.  Note, however, that
                      9:  * running config.h.SH again will wipe out any changes you've made. For a
                     10:  * more permanent change edit config.sh and rerun config.h.SH.
                     11:  *
1.1       deraadt    12:  */
                     13:
                     14:
1.5       deraadt    15: /*
                     16:  * CPPSTDIN: This symbol contains the first part of the string which will
                     17:  * invoke the C preprocessor on the standard input and produce to standard
                     18:  * output.      Typical value of "cc -E" or "/lib/cpp".
1.1       deraadt    19:  */
1.5       deraadt    20: /*
                     21:  * CPPMINUS: This symbol contains the second part of the string which will
                     22:  * invoke the C preprocessor on the standard input and produce to standard
                     23:  * output.  This symbol will have the value "-" if CPPSTDIN needs a minus to
                     24:  * specify standard input, otherwise the value is "".
1.1       deraadt    25:  */
                     26: #define CPPSTDIN "/usr/bin/cpp"
                     27: #define CPPMINUS ""
                     28:
1.5       deraadt    29: /*
                     30:  * DIRHEADER: This definition indicates which directory library header to
                     31:  * use.
1.1       deraadt    32:  */
                     33: #define DIRENT