#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 <pooka@redbrick.dcu.ie>
** Date: Mon Mar 20 13:54:59 GMT 2000
**
** $Id: config.h.in,v 1.9 2002/04/22 21:47:42 c-hey Exp $
*/

/* what version of hey is this */
#define HEY_VERSION	"2.0"

/* 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

/* do we have rl_ding ? */
#undef HAVE_RL_DING

#endif

