diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 03:26:06 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 03:26:06 +0000 |
commit | 3460e0b90dd70af33913bf398cad3742e87b09c1 (patch) | |
tree | 0b3cee2606a9555641995660b9ce5926798bfe57 /src/s/freebsd.h | |
parent | 41394ff0583191293aa7343ea2e1b592b934aeed (diff) | |
download | emacs-3460e0b90dd70af33913bf398cad3742e87b09c1.tar.gz |
* s/vms.h:
* s/usg5-4-2.h:
* s/sol2-5.h:
* s/freebsd.h:
* s/darwin.h: Remove dead code.
Diffstat (limited to 'src/s/freebsd.h')
-rw-r--r-- | src/s/freebsd.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 843a34b6fe0..11df2001f86 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -114,9 +114,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define HAVE_WAIT_HEADER #define HAVE_GETLOADAVG 1 -#if 0 -#define HAVE_GETPAGESIZE /* configure now puts this in config.h */ -#endif #define HAVE_TERMIOS #define NO_TERMIO #define DECLARE_GETPWUID_WITH_UID_T @@ -135,16 +132,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define BSD_SYSTEM 199506 #endif -#if 0 /* Shouldn't be necessary and produces warnings with the - experimental Autoconf test. */ -#define WAITTYPE int -/* get this since it won't be included if WAITTYPE is defined */ -#ifdef emacs -#include <sys/wait.h> -#endif -#define WRETCODE(w) (_W_INT(w) >> 8) -#endif - /* Don't close pty in process.c to make it as controlling terminal. It is already a controlling terminal of subprocess, because we did ioctl TIOCSCTTY. */ |