comparison src/emacs.c @ 16219:7f3f182f20a3

Replace symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 02:56:22 +0000
parents d76a0697d12e
children 37408c6b96fd
comparison
equal deleted inserted replaced
16218:32f82ca8b41f 16219:7f3f182f20a3
30 30
31 #ifdef VMS 31 #ifdef VMS
32 #include <ssdef.h> 32 #include <ssdef.h>
33 #endif 33 #endif
34 34
35 #ifdef BSD 35 #ifdef BSD_SYSTEM
36 #include <sys/ioctl.h> 36 #include <sys/ioctl.h>
37 #endif 37 #endif
38 38
39 #include "lisp.h" 39 #include "lisp.h"
40 #include "commands.h" 40 #include "commands.h"