]>
git.saurik.com Git - bison.git/blob - src/system.h
5 #if defined(HAVE_STDLIB_H) || defined(MSDOS)
9 #if (defined(VMS) || defined(MSDOS)) && !defined(HAVE_STRING_H)
10 #define HAVE_STRING_H 1
13 #if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
15 /* An ANSI string.h and pre-ANSI memory.h might conflict. */
16 #if !defined(STDC_HEADERS) && defined(HAVE_MEMORY_H)
18 #endif /* not STDC_HEADERS and HAVE_MEMORY_H */
20 #define bcopy(src, dst, num) memcpy((dst), (src), (num))
22 #else /* not STDC_HEADERS and not HAVE_STRING_H */
24 /* memory.h and strings.h conflict on some systems. */
25 #endif /* not STDC_HEADERS and not HAVE_STRING_H */