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