]> code.delx.au - gnu-emacs/blobdiff - src/s/bsd386.h
(set_frame_menubar): Don't call DrawMenuBar.
[gnu-emacs] / src / s / bsd386.h
index c170c1efdca91c0320aa440fcfc728b8c1f0a888..30833b5ff9aadb913357f10f557f096fde97655e 100644 (file)
@@ -18,7 +18,7 @@
 #define LIB_X11_LIB -L/usr/X11/lib -lX11
 #define LIBS_SYSTEM -lutil -lkvm -lcompat
 
-#define HAVE_GETLOADAVG
+#define HAVE_GETLOADAVG 1
 
 #undef BSD_PGRPS
 
 #define HAVE_TERMIOS
 #define NO_TERMIO
 
-/* This silences a few compilation warnings.  */
-#ifdef emacs
-#undef BSD_SYSTEM
-#include <sys/param.h> /* To get BSD defined consistently.  */
-#endif
-
 #define WAITTYPE int
 /* get this since it won't be included if WAITTYPE is defined */
 #ifdef emacs
@@ -49,3 +43,6 @@
 #endif
 
 #define GETPGRP_NO_ARG 1
+
+/* arch-tag: 867e3bb8-e9df-4763-9c82-8f4accb8209e
+   (do not change this comment) */