Displaying 2 results from an estimated 2 matches for "lastlog_loc".
1999 Dec 21
0
Problem with UTMP recording
...tically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define as __inline if that's what the C compiler calls it. */
/* #undef inline */
/* SSL directory. */
#define ssldir "/usr/local/ssl"
/* Location of lastlog file */
#define LASTLOG_LOCATION "/var/log/lastlog"
/* If lastlog is a directory */
/* #undef LASTLOG_IS_DIR */
/* Location of random number pool */
#define RANDOM_POOL "/dev/urandom"
/* Are we using the Entropy gathering daemon */
/* #undef HAVE_EGD */
/* Define if your ssl headers are included with...
1999 Nov 19
1
[solaris 7 patch] resubmit and extended ...
Okay, everything as the first large one I sent today, with a few extra
mods. _PATH_MAILDIR is only used in sshd.c, that I can see, so moved the
#ifdef from config.h.in to there.
several files had __progname defined in the middle of the code, as well as
at the top of the code, so cleaned those out.
all the fixes for u_int32_t -> uint32_t and u_int16_t -> uint16_t, plus
added appropriate