compile problem in perdition 1.18-rc3

Joel A. Chornik <[email protected]>
Newsgroups gmane.mail.perdition.user
Message-ID <[email protected]>
  BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }In
file options.h
 this
 #ifdef WITH_PAM_SUPPORT
   int             authenticate_in;
 #endif /* WITH_PAM_SUPPORT */
   int             authenticate_timeout;
 should read
 #ifdef WITH_PAM_SUPPORT
   int             authenticate_in;
   int             authenticate_timeout;
 #endif /* WITH_PAM_SUPPORT */
 otherwise you get compile errors if no there is no PAM support in
the system, as the authenticate_timeout element is used througout the
code anyway.
 (sorry no diff in the system I was working on :) )

______________________________________________
Perdition-users mailing list
[email protected]
http://lists.vergenet.net/listinfo/perdition-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.