ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/acconfig.h
Revision: 1.2
Committed: 2002-08-03T14:54:28Z (21 years, 10 months ago) by cebix
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
updated the autoconf stuff

File Contents

# User Rev Content
1 cebix 1.1 /* acconfig.h
2     This file is in the public domain.
3    
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.
8    
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.
13    
14     Leave the following blank line there!! Autoheader needs it. */
15    
16    
17     /* Define to the major version of the distribution. */
18     #undef MON_MAJOR_VERSION
19    
20     /* Define to the micro version of the distribution. */
21     #undef MON_MICRO_VERSION
22    
23     /* Define to the minor version of the distribution. */
24     #undef MON_MINOR_VERSION
25    
26    
27     /* Leave that blank line there!! Autoheader needs it.
28     If you're adding to this file, keep in mind:
29     The entries are in sort -df order: alphabetical, case insensitive,
30     ignoring punctuation (such as underscores). */