OSDN Git Service

* Makefile.in (local-distclean): Also remove fastjar.
[pf3gnuchains/gcc-fork.git] / texinfo / acconfig.h
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 \f
16
17 @TOP@
18
19 /* Define to 1 if NLS is requested.  */
20 #undef ENABLE_NLS
21
22 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
23 #undef HAVE_CATGETS
24
25 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
26 #undef HAVE_GETTEXT
27
28 /* Define if your locale.h file contains LC_MESSAGES.  */
29 #undef HAVE_LC_MESSAGES
30
31 /* Define as 1 if you have the stpcpy function.  */
32 #undef HAVE_STPCPY
33
34 /* Define to the name of the distribution.  */
35 #undef PACKAGE
36
37 /* Define to the version of the distribution.  */
38 #undef VERSION
39
40 @BOTTOM@
41
42 /* For gettext (NLS) */
43 #define _(String) gettext (String)
44 #define N_(String) (String)
45
46 \f
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).  */