* cp-tree.def (EMPTY_CLASS_EXPR): New tree node.
[official-gcc.git] / texinfo / acconfig.h
blobd5477faedb7201427ed9021005c43cf58f0e27f4
1 /* acconfig.h
2 This file is in the public domain.
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 @TOP@
19 /* Define to 1 if NLS is requested. */
20 #undef ENABLE_NLS
22 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
23 #undef HAVE_CATGETS
25 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
26 #undef HAVE_GETTEXT
28 /* Define if your locale.h file contains LC_MESSAGES. */
29 #undef HAVE_LC_MESSAGES
31 /* Define as 1 if you have the stpcpy function. */
32 #undef HAVE_STPCPY
34 /* Define to the name of the distribution. */
35 #undef PACKAGE
37 /* Define to the version of the distribution. */
38 #undef VERSION
40 @BOTTOM@
42 /* For gettext (NLS) */
43 #define _(String) gettext (String)
44 #define N_(String) (String)
47 /* Leave that blank line there!! Autoheader needs it.
48 If you're adding to this file, keep in mind:
49 The entries are in sort -df order: alphabetical, case insensitive,
50 ignoring punctuation (such as underscores). */