unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Updates to configure for make-network-process
@ 2002-03-19  9:24 David Ponce
  2002-03-19 19:22 ` Jason Rumney
  0 siblings, 1 reply; 6+ messages in thread
From: David Ponce @ 2002-03-19  9:24 UTC (permalink / raw)
  Cc: storm

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. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-03-20  0:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19  9:24 Updates to configure for make-network-process David Ponce
2002-03-19 19:22 ` Jason Rumney
2002-03-19 22:21   ` Kim F. Storm
2002-03-19 22:38     ` Jason Rumney
2002-03-19 23:35       ` Kim F. Storm
2002-03-20  0:13         ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).