
marc.fournier at acadiau
Nov 22, 1999, 9:37 AM
Post #1 of 1
(435 views)
Permalink
|
|
Solaris 7 and sshd.c / HAVE_MAILLOCK_H
|
|
maillock.h defines MAILDIR, MAILDIR is needed in config.h, and config.h needs to be included after maillock.h... #ifdef HAVE_MAILLOCK_H # include <maillock.h> # include "config.h" #endif In order to get _PATH_MAILDIR defined properly... Marc G. Fournier marc.fournier [at] acadiau Senior Systems Administrator Acadia University "These are my opinions, which are not necessarily shared by my employer"
|