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. */
19 /* Define to 1 if NLS is requested. */
22 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
25 /* Define as 1 if you have gettext and don't want to use GNU 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. */
34 /* Define to the name of the distribution. */
37 /* Define to the version of the distribution. */
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). */