|
Revision 1260, 439 bytes
(checked in by anonymous, 9 years ago)
|
|
This commit was manufactured by cvs2svn to create tag
'auto-reply-0_15'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | /* acconfig.h -- autoheader config file |
|---|
| 3 | * |
|---|
| 4 | * Copyright (C) 1998 Graham Roff, Nic Bellamy. |
|---|
| 5 | * |
|---|
| 6 | */ |
|---|
| 7 | |
|---|
| 8 | #ifndef _CONFIG_H |
|---|
| 9 | #define _CONFIG_H |
|---|
| 10 | |
|---|
| 11 | /* The name of the package we're compiling */ |
|---|
| 12 | #undef PACKAGE |
|---|
| 13 | |
|---|
| 14 | /* The version of the package we're compiling */ |
|---|
| 15 | #undef VERSION |
|---|
| 16 | |
|---|
| 17 | /* The version of the package we're compiling */ |
|---|
| 18 | #undef INT_VERSION |
|---|
| 19 | |
|---|
| 20 | /* Do we have sys_errlist[] available? */ |
|---|
| 21 | #undef HAVE_SYS_ERRLIST |
|---|
| 22 | |
|---|
| 23 | @TOP@ |
|---|
| 24 | @BOTTOM@ |
|---|
| 25 | |
|---|
| 26 | #endif /* _CONFIG_H */ |
|---|