Mercurial > emacs
view src/s/freebsd.h @ 7117:f1b6a927a442
(install-doc): New target.
(install-arch-dep): Depend on install-doc.
(mkdir): Create docdir.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 26 Apr 1994 22:07:10 +0000 |
parents | 4d3971045057 |
children | b557aa86c53a |
line wrap: on
line source
/* s/ file for freebsd system. */ /* '__FreeBSD__' is defined by the preprocessor on FreeBSD-1.1 and up. Earlier versions do not have shared libraries, so inhibit them. */ #ifndef __FreeBSD__ #define NO_SHARED_LIBS #endif #include "netbsd.h" #undef LIB_GCC #define LIB_GCC -lgcc #undef NEED_ERRNO