#ifndef _config_h_ #define _config_h_ /* ** File: config.h.in ** Desc: Input file for autoconf; if you're reading this in config.h, well, ** you can more or less ignore it. ;o) ** Auth: Cian Synnott ** Date: Mon Mar 20 13:54:59 GMT 2000 */ /* Have we got utmpx.h? */ #undef HAVE_UTMPX_H /* The signal handler return type */ #define RETSIGTYPE int; /* Is strdup() around in this implementation? */ #undef HAVE_STRDUP /* Do we have the *utent() functions? */ #undef HAVE_GETUTENT /* Do we have the readline library? */ #undef HAVE_LIBREADLINE #endif