diff options
Diffstat (limited to 'src/s/dgux.h')
-rw-r--r-- | src/s/dgux.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 5ecfb053e00..e93ce484cb9 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -67,19 +67,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define INTERRUPT_INPUT /* - * Define HAVE_TIMEVAL if the system supports the BSD style clock values. - * Look in <sys/time.h> for a timeval structure. - */ - -#define HAVE_TIMEVAL - -/* - * Define HAVE_SELECT if the system supports the `select' system call. - */ - -#define HAVE_SELECT - -/* * Define HAVE_SOCKETS if the system supports sockets. */ |