/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* KBN 26/5/97 - added HAVE_MEMMOVE and HAVE_GETDTABLESIZE
 *
 * as the SAS/C Amiga version does NOT generate this automatically...
 */

#define HAVE_MEMMOVE
#define HAVE_GETDTABLESIZE

/* Define if using alloca.c.  */
/* #undef C_ALLOCA */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
   This function is required for alloca.c support on those systems.  */
/* #undef CRAY_STACKSEG_END */

/* Define if you have alloca, as a function or macro.  */
/* #define HAVE_ALLOCA 1 */
#undef HAVE_ALLOCA

/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
/* #define HAVE_ALLOCA_H 1 */

/* Define if you don't have vprintf but do have _doprnt.  */
/* #undef HAVE_DOPRNT */

/* Define if you have the vprintf function.  */
#define HAVE_VPRINTF 1

/* Define as __inline if that's what the C compiler calls it.  */
#define inline __inline

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown
 */
/* #undef STACK_DIRECTION */

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

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

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

/* #undef ulong */
/* #udef SYS_ERRLIST_DECLARED */
/* #define HAVE_N_IN_SCANF 1 */
/* #undef NBLOCK_BSD */
#define NBLOCK_POSIX 1
/* #undef NBLOCK_SYSV */

/* Define if you have the atol function.  */
#define HAVE_ATOL 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the mktime function.  */
#define HAVE_MKTIME 1

/* Define if you have the re_comp function.  */
#define HAVE_RE_COMP 1

/* Define if you have the regcomp function.  */
#define HAVE_REGCOMP 1

/* Define if you have the select function.  */
#define HAVE_SELECT 1

/* Define if you have the socket function.  */
#define HAVE_SOCKET 1

/* Define if you have the strdup function.  */
#define HAVE_STRDUP 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strftime function.  */
#define HAVE_STRFTIME 1

/* Define if you have the strsep function.  */
#undef HAVE_STRSEP 

/* Define if you have the strstr function.  */
#define HAVE_STRSTR 1

/* Define if you have the strtol function.  */
#define HAVE_STRTOL 1

/* Define if you have the yp_get_default_domain function.  */
#undef HAVE_YP_GET_DEFAULT_DOMAIN

/* Define if you have the yp_master function.  */
#undef HAVE_YP_MASTER

/* Define if you have the <limits.h> header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the crypt library (-lcrypt).  */
/* #define HAVE_LIBCRYPT 1 */
#undef HAVE_LIBCRYPT

/* Define if you have the m library (-lm).  */
#define HAVE_LIBM 1

/* Define if you have the nsl library (-lnsl).  */
#define HAVE_LIBNSL 1

/* Define if you have the socket library (-lsocket).  */
#define HAVE_LIBSOCKET 1

/* Define if you have the ucb library (-lucb).  */
/* #undef HAVE_LIBUCB */

#define SYS_ERRLIST_DECLARED

typedef unsigned long ulong;

/* amigstuff.c is hereby ABOLISHED! :) */

#define getdomainname(buf,len) buf[0]=0
#define nice(val) SetTaskPri(FindTask(0L),-1)
#define cuserid(stuff) NULL

#define strcasecmp(x,y) stricmp(x,y)
#define strncasecmp(x,y,z) strnicmp(x,y,z)

#define HAVE_STRCASECMP

/* Define what to prefix the directory name to use as relative from the
   current directory */
#define CURRENT_DIR_PREFIX ""

/* Amigas don't come with a UNIX compatible grep */
#define HAVE_NO_GREP

/* Define if you have the fpl library */
#undef HAVE_LIBFPL

#ifdef HAVE_LIBFPL
#include <libraries/FPL.h>
#include <clib/FPL_protos.h>
#include <pragmas/FPL_pragmas.h>

extern struct Library *FPLBase;
#endif

#define alloca some_stupid_garbae[{]}
