1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.

This commit is contained in:
Karl Heuer 1995-06-03 17:31:53 +00:00
parent 3d0b6ad51a
commit 93c3f9a275

View file

@ -50,7 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef TCPIP_INSTALLED
#define HAVE_SOCKETS
#define HAVE_SELECT
#else
#undef subprocesses
#endif
@ -74,9 +73,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* No <sioctl.h> */
#define NO_SIOCTL_H
/* PTX has timeval */
#define HAVE_TIMEVAL
/* If we have X windows, configure should find gettimeofday in -lX11.
Since we emulate gettimeofday below, we really have it anyway. */
#ifndef HAVE_GETTIMEOFDAY