Current File : //usr/local/apps/perl/lib/site_perl/5.30.0/x86_64-linux/utmpx.ph
require '_h2ph_pre.ph';

no warnings qw(redefine misc);

unless(defined(&_UTMPX_H)) {
    eval 'sub _UTMPX_H () {1;}' unless defined(&_UTMPX_H);
    require 'features.ph';
    require 'sys/time.ph';
    unless(defined(&__pid_t_defined)) {
	eval 'sub __pid_t_defined () {1;}' unless defined(&__pid_t_defined);
    }
    require 'bits/utmpx.ph';
    if(defined(&__USE_GNU)) {
	eval 'sub UTMPX_FILE () { &_PATH_UTMPX;}' unless defined(&UTMPX_FILE);
	eval 'sub UTMPX_FILENAME () { &_PATH_UTMPX;}' unless defined(&UTMPX_FILENAME);
	eval 'sub WTMPX_FILE () { &_PATH_WTMPX;}' unless defined(&WTMPX_FILE);
	eval 'sub WTMPX_FILENAME () { &_PATH_WTMPX;}' unless defined(&WTMPX_FILENAME);
    }
    if(defined(&__USE_GNU)) {
    }
    if(defined(&__USE_GNU)) {
    }
}
1;