diff src/m/tad68k.h @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents c69610198c35
children 4542b72c005e
line wrap: on
line diff
--- a/src/m/tad68k.h	Wed Aug 08 12:15:04 2001 +0000
+++ b/src/m/tad68k.h	Mon Aug 13 04:46:48 2001 +0000
@@ -72,5 +72,7 @@
 
 /* omit next three lines if no TCP installed */
 
+#if 0 /* XEmacs */
 #define select gnu_select		/* avoid select() name clash */
+#endif
 #define LIBS_SYSTEM "-lsocket"		/* get TCP networking functions */