removal due to another working script
[trueprint.git] / acconfig.h
blobbbe9de44897dd8650d7479c10925ab4d1fed8cf4
1 /* acconfig.h
2 This file is copied from the standard autoconf distribution for trueprint
4 Descriptive text for the C preprocessor macros that
5 the distributed Autoconf macros can define.
6 No software package will use all of them; autoheader copies the ones
7 your configure.in uses into your configuration header file templates.
9 The entries are in sort -df order: alphabetical, case insensitive,
10 ignoring punctuation (such as underscores). Although this order
11 can split up related entries, it makes it easier to check whether
12 a given entry is in the file.
14 Leave the following blank line there!! Autoheader needs it. */
17 /* diff command */
18 #undef DIFF_CMD
20 /* print command - normally either lp or lpr */
21 #undef PRINT_CMD
23 /* printer flag for specifying how many copies to print */
24 #undef PRINT_CMD_COUNT_FLAG
26 /* printer flag for specifying destination */
27 #undef PRINT_CMD_DEST_FLAG
30 /* Leave that blank line there!! Autoheader needs it.
31 If you're adding to this file, keep in mind:
32 The entries are in sort -df order: alphabetical, case insensitive,
33 ignoring punctuation (such as underscores). */