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

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