1 /* System-dependent stuff, for ``normal'' systems */
2 /* If you think you need to change this file, then you are wrong. In order to
3 avoid a huge ugly mass of nested #ifdefs, you should create a new file just
4 for your system, which contains exactly those #includes and definitions that
5 your system needs, AND NOTHING MORE! Then, add that file to the appropriate
6 place in configure.in, and viola, you are done. sysdep-sunos4.h is a good
7 example of how to do this. */
10 #define alloca __builtin_alloca
12 #if defined (sparc) && defined (sun)
15 #ifndef alloca /* May be a macro, with args. */
16 extern char *alloca ();
20 #include <sys/types.h> /* Needed by dirent.h */
22 #if defined (USG) && defined (TIOCGWINSZ)
23 #include <sys/stream.h>
24 #if defined (USGr4) || defined (USGr3)
27 #endif /* USG && TIOCGWINSZ */
30 typedef struct dirent dirent;
32 /* SVR4 systems should use <termios.h> rather than <termio.h>. */
35 #define _POSIX_VERSION