WTMPX_FILE
#ifdef WTMPX_FILE
#if defined(WTMPX_FILE) || defined(HAVE_UTMPX_H)
#if defined(WTMPX_FILE) || defined(HAVE_UTMPX_H)
#ifdef WTMPX_FILE
fdx = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0);
#ifdef WTMPX_FILE
#ifndef WTMPX_FILE
#if !defined(HAVE_UTMPX_H) || (defined(WTMP_FILE) && !defined(WTMPX_FILE))
#ifdef WTMPX_FILE
updwtmpx(WTMPX_FILE, ut);
#ifdef WTMPX_FILE
updwtmpx(WTMPX_FILE, utxp);
# if defined(WTMPX_FILE) && !defined(DISABLE_WTMPX)
if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) {
WTMPX_FILE, strerror(errno));
WTMPX_FILE, strerror(errno));
updwtmpx(WTMPX_FILE, utx);
if ((fd = open(WTMPX_FILE, O_RDONLY)) < 0) {
WTMPX_FILE, strerror(errno));
WTMPX_FILE, strerror(errno));
WTMPX_FILE, strerror(errno));
printf("\tUSE_WTMPX (WTMPX_FILE=%s)\n", WTMPX_FILE);