
#ifndef _CONFIG_H
#define _CONFIG_H

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you have <string.h>, otherwise assumes <strings.h> */
#undef HAVE_STRING_H

/* Define if you have memory.h, and string.h doesn't declare the
   mem* functions.  */
#undef HAVE_MEMORY_H

/* Adjust of your sys/param.h doesn't define MAXPATHLEN */
#undef HAVE_SYS_PARAM_H
#ifndef HAVE_SYS_PARAM_H
# define MAXPATHLEN 1024
#endif

/* Define if your sys/time.h declares struct tm.  */
#undef TM_IN_SYS_TIME

/* Define if your sys/types.h declares FD_SET.  */
#undef FD_SET_IN_SYS_TYPES_H
/* Define if your sys/select.h declares FD_SET.  */
#undef FD_SET_IN_SYS_SELECT_H
/* Define if your sys/inet.h declares FD_SET.  */
#undef FD_SET_IN_SYS_INET_H

/* Define if you have re_comp() and re_exec() */
#undef HAVE_RE_COMP
/* Some systems use regcmp() and regex() instead (like AIX) */
#undef HAVE_REGCMP

/* Define if you have strcasecmp() */
#undef HAVE_STRCASECMP

/* Define if you have random() */
#undef HAVE_RANDOM
/* Some systems use rand() instead (like HPUX) */
#undef HAVE_RAND

/* Define if you have the ANSI function strerror() */
#undef HAVE_STRERROR

/* Define if you have errno (who doesn't)? */
#undef HAVE_ERRNO

/* Define if you have sys_errlist (not needed if you have strerror) */
#undef HAVE_SYS_ERRLIST

/* Define if you have getlogin() (who doesn't?) */
#undef HAVE_GETLOGIN

/* Define if you have getpwuid() defined in <pwd.h> */
#undef HAVE_GETPWUID

/* Define if you have strspn() */
#undef HAVE_STRSPN

/* Define this if you need -lresolv in your link line (used by imake) */
#undef NEED_LRESOLV

#endif /*!_CONFIG_H*/
