/[emacs]/emacs/src/process.c
ViewVC logotype

Diff of /emacs/src/process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.357 by pj, Mon Mar 18 11:27:06 2002 UTC revision 1.358 by kfstorm, Mon Mar 18 14:09:57 2002 UTC
# Line 59  Boston, MA 02111-1307, USA.  */ Line 59  Boston, MA 02111-1307, USA.  */
59  #endif /* NEED_NET_ERRNO_H */  #endif /* NEED_NET_ERRNO_H */
60    
61  /* Are local (unix) sockets supported?  */  /* Are local (unix) sockets supported?  */
62  #ifndef NO_SOCKETS_IN_FILE_SYSTEM  #if defined (HAVE_SYS_UN_H) && !defined (NO_SOCKETS_IN_FILE_SYSTEM)
63  #if !defined (AF_LOCAL) && defined (AF_UNIX)  #if !defined (AF_LOCAL) && defined (AF_UNIX)
64  #define AF_LOCAL AF_UNIX  #define AF_LOCAL AF_UNIX
65  #endif  #endif
# Line 217  int update_tick; Line 217  int update_tick;
217     "non-destructive" select.  So we require either native select,     "non-destructive" select.  So we require either native select,
218     or emulation of select using FIONREAD.  */     or emulation of select using FIONREAD.  */
219    
 #ifdef GNU_LINUX  
 /* These are not yet in configure.in (they will be eventually)  
    -- so add them here temporarily.  ++kfs */  
 #define HAVE_RECVFROM  
 #define HAVE_SENDTO  
 #define HAVE_GETSOCKNAME  
 #endif  
   
220  #ifdef BROKEN_DATAGRAM_SOCKETS  #ifdef BROKEN_DATAGRAM_SOCKETS
221  #undef DATAGRAM_SOCKETS  #undef DATAGRAM_SOCKETS
222  #else  #else

Legend:
Removed from v.1.357  
changed lines
  Added in v.1.358

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26