/[GiNaC]/acconfig.h
ViewVC logotype

Contents of /acconfig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Fri May 11 15:43:31 2001 UTC (12 years ago) by kreckel
Branch: MAIN
CVS Tags: release_0-8-3, release_0-9-4, release_0-9-2, release_0-9-3, release_0-9-0, release_0-9-1
Changes since 1.3: +0 -6 lines
File MIME type: text/plain
- Renamed our detected libreadline version in order to avoid conflicts
  with Chat Rameys (still broken) macros and future CPP definitions in
  libreadline's headers.  Oh what a pain in the ass!

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 name of the distribution. */
18 #undef PACKAGE
19
20 /* Define to the version of the distribution. */
21 #undef VERSION
22
23 /* Current GiNaC archive file version number. */
24 #undef ARCHIVE_VERSION
25
26 /* GiNaC archive file version age. */
27 #undef ARCHIVE_AGE
28
29
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). */

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15