]>
git.saurik.com Git - bison.git/blob - src/system.h
11 #if defined(HAVE_STDLIB_H) || defined(MSDOS)
15 #if (defined(VMS) || defined(MSDOS)) && !defined(HAVE_STRING_H)
16 #define HAVE_STRING_H 1
19 #if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
21 /* An ANSI string.h and pre-ANSI memory.h might conflict. */
22 #if !defined(STDC_HEADERS) && defined(HAVE_MEMORY_H)
24 #endif /* not STDC_HEADERS and HAVE_MEMORY_H */
26 #define bcopy(src, dst, num) memcpy((dst), (src), (num))
28 #else /* not STDC_HEADERS and not HAVE_STRING_H */
30 /* memory.h and strings.h conflict on some systems. */
31 #endif /* not STDC_HEADERS and not HAVE_STRING_H */
37 # define setlocale(Category, Locale)
42 # define _(Text) gettext (Text)
44 # define bindtextdomain(Domain, Directory)
45 # define textdomain(Domain)
50 /* In the meantime, waiting for Automake. */
51 #define PACKAGE "bison"
52 #define LOCALEDIR "/usr/local/share/locale"