aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-08 04:40:31 +0000
committerRichard M. Stallman1995-04-08 04:40:31 +0000
commitcbaea8afb0f5b02b62931c151f1d0837ff8e1f98 (patch)
tree0bcfef68ad9a2b42e95ae922a766cc940e9a55e6 /src/s/gnu-linux.h
parent1af9f229f1c514bb5f4fb9eb869b3899acb3f2fc (diff)
downloademacs-cbaea8afb0f5b02b62931c151f1d0837ff8e1f98.tar.gz
emacs-cbaea8afb0f5b02b62931c151f1d0837ff8e1f98.zip
(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
config.h should handle them.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 12d098eb415..375b7dff706 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -73,19 +73,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
73#define HAVE_TERMIOS 73#define HAVE_TERMIOS
74 74
75/* 75/*
76 * Define HAVE_TIMEVAL if the system supports the BSD style clock values.
77 * Look in <sys/time.h> for a timeval structure.
78 */
79
80#define HAVE_TIMEVAL
81
82/*
83 * Define HAVE_SELECT if the system supports the `select' system call.
84 */
85
86#define HAVE_SELECT
87
88/*
89 * Define HAVE_PTYS if the system supports pty devices. 76 * Define HAVE_PTYS if the system supports pty devices.
90 */ 77 */
91 78