]>
git.saurik.com Git - bison.git/blob - acconfig.h
8 /* Version of package. */
11 /* Define if the compiler understands prototypes. */
14 /* Define to 1 if NLS is requested. */
17 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
20 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
23 /* Define if your locale.h file contains LC_MESSAGES. */
24 #undef HAVE_LC_MESSAGES
26 /* Define to 1 if you have the stpcpy function. */
29 /* The location of the simple parser (bison.simple). */
32 /* The location of the semantic parser (bison.hairy). */
35 /* The location of the local directory. */
38 /* Define as 1 if realloc must be declared even if <stdlib.h> is
40 #undef NEED_DECLARATION_REALLOC
42 /* Define as 1 if calloc must be declared even if <stdlib.h> is
44 #undef NEED_DECLARATION_CALLOC
47 #if defined(PROTOTYPES) || defined(__cplusplus)