Mercurial > emacs
view src/s/freebsd.h @ 7333:7a0395228878
(choose-completion-string): Barf if completing into
a minibuffer but it's not now active.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 May 1994 05:27:59 +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