emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updates to configure for make-network-process


From: David Ponce
Subject: Re: Updates to configure for make-network-process
Date: Tue, 19 Mar 2002 10:24:50 +0100

Hello,

[...]
> I suppose nt/config.nt must be updated as well, but I haven't got a
> clue as to which of the above symbols makes sense there!  Someone
> speaking Windozish, please update...  Thanks.
[...]

I successfully "make bootstrap install" latest CVS version of Emacs 21.3
with the following small patch to nt/config.nt and src/makefile.w32-in.

Hope it will help.
Sincerely,
David

*** nt/config.nt.ori    Thu Mar 14 07:26:58 2002
--- nt/config.nt        Tue Mar 19 09:31:43 2002
***************
*** 242,247 ****
--- 242,256 ----
  /* Standard Windows strftime does not support POSIX.2 extensions.  */
  #define STRFTIME_NO_POSIX2 1
  
+ #define HAVE_SENDTO 1
+ #define HAVE_RECVFROM 1
+ #define HAVE_GETSOCKOPT 1
+ #define HAVE_SETSOCKOPT 1
+ #define HAVE_GETSOCKNAME 1
+ #define HAVE_GETPEERNAME 1
+ 
+ #undef HAVE_SYS_UN_H
+ 
  #define LOCALTIME_CACHE
  #undef HAVE_INET_SOCKETS
  
*** src/makefile.w32-in.ori     Sat Dec 22 23:45:08 2001
--- src/makefile.w32-in Tue Mar 19 09:36:30 2002
***************
*** 137,142 ****
--- 137,143 ----
        $(GDI32)        \
        $(COMDLG32)     \
        $(USER32)       \
+       $(WSOCK32)      \
        $(MPR)          \
        $(SHELL32)      \
        $(libc)




____________________________________________________________
Faites un voeu et puis Voila ! www.voila.fr 
Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]