]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
authorKarl Heuer <kwzh@gnu.org>
Sat, 3 Jun 1995 17:31:53 +0000 (17:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 3 Jun 1995 17:31:53 +0000 (17:31 +0000)
src/s/ptx.h

index 5d5736d9e984947f6942203a5bc45aebd5c660f8..4f3b7290d579b3d808e8b9ab4dcf2e91dfaaf40a 100644 (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