(x_window): Test FRAME_EXTERNAL_MENU_BAR
[emacs.git] / src / s / freebsd.h
blob76d3d5047f78da93175ca5e1456cde640325b84a
1 /* s/ file for freebsd system. */
3 /* '__FreeBSD__' is defined by the preprocessor on FreeBSD-1.1 and up.
4 Earlier versions do not have shared libraries, so inhibit them. */
5 #ifndef __FreeBSD__
6 #define NO_SHARED_LIBS
7 #endif
9 #include "netbsd.h"
11 #undef LIB_GCC
12 #define LIB_GCC -lgcc
13 #undef NEED_ERRNO