Revision 15324,
535 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15323,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[15323] | 1 | #ifndef CONFIG_H |
---|
| 2 | #define CONFIG_H |
---|
| 3 | |
---|
| 4 | @TOP@ |
---|
| 5 | /* The package name */ |
---|
| 6 | #undef PACKAGE |
---|
| 7 | |
---|
| 8 | /* The package version */ |
---|
| 9 | #undef VERSION |
---|
| 10 | |
---|
| 11 | /* extra debugging output */ |
---|
| 12 | #undef DEBUG |
---|
| 13 | |
---|
| 14 | /* If true, include GNOME support */ |
---|
| 15 | #undef ENABLE_GNOME |
---|
| 16 | |
---|
| 17 | /* Whether we are using Bonobo */ |
---|
| 18 | #undef ENABLE_BONOBO |
---|
| 19 | |
---|
| 20 | /* for gettext ... */ |
---|
| 21 | #undef HAVE_LC_MESSAGES |
---|
| 22 | #undef HAVE_STPCPY |
---|
| 23 | #undef ENABLE_NLS |
---|
| 24 | #undef HAVE_CATGETS |
---|
| 25 | #undef HAVE_GETTEXT |
---|
| 26 | |
---|
| 27 | #undef HAVE_UNISTD_H |
---|
| 28 | |
---|
| 29 | @BOTTOM@ |
---|
| 30 | |
---|
| 31 | #ifdef DEBUG |
---|
| 32 | # define debug(stmnt) stmnt |
---|
| 33 | #else |
---|
| 34 | # define debug(stmnt) /* nothing */ |
---|
| 35 | #endif |
---|
| 36 | |
---|
| 37 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.