unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* HAVE_PWD_H
@ 2005-04-21 13:02 David Robinow
  2005-04-22  2:43 ` HAVE_PWD_H David Hunter
  0 siblings, 1 reply; 3+ messages in thread
From: David Robinow @ 2005-04-21 13:02 UTC (permalink / raw)


Recent changes to fileio.c, editfns.c, etc. have broken the MS Windows
build.  Although nt/inc/pwd.h exists, configure.bat does not detect
it.
HAVE_PWD_H, of course, can be unconditionally defined but I'm not
sure exactly where to do it so I'm not including a patch.
 However, conditionalizing the   #include <pwd.h> doesn't seem right
to me, unless the use of  "struct passwd" is also conditionalized.  As
it is now, if pwd.h is not included, the code won't compile.

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

end of thread, other threads:[~2005-04-22 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 13:02 HAVE_PWD_H David Robinow
2005-04-22  2:43 ` HAVE_PWD_H David Hunter
2005-04-22 22:35   ` HAVE_PWD_H Thien-Thi Nguyen

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).