]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Jul 1993 19:53:44 +0000 (19:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Jul 1993 19:53:44 +0000 (19:53 +0000)
src/s/sco4.h

index 2b768c2909bbcdb7385123828f236e72c98c23f2..8fd1423ef231ec36959ae915818f673748008f59 100644 (file)
@@ -55,6 +55,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define HAVE_SOCKETS
 #endif
 
+#ifdef HAVE_INET_SOCKETS /* This comes from autoconf.  */
+#define HAVE_SOCKETS
+#endif
+
 #ifdef HAVE_SOCKETS
 #define LIBS_SYSTEM -lsocket