/* config for Amiga GNU C Compiler 2.7.0 */

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

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

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

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

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

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

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

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

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

/* Define if you have a sys_errlist                                          */
#define HAVE_SYSERRLIST

/* Define this to be the configuration file you want...                      */
#define LIBCONF_FILE "/AmiTCP/conf/libsocks5.conf"

/* Define this to be the configuration file you want...                      */
#define SRVCONF_FILE "/AmiTCP/conf/socks5.conf"

/* Define this to be the configuration file you want...                      */
#define SRVIDT_FILE  "/AmiTCP/conf/socks5.ident"

/* Define this to be the configuration file you want...                      */
#define SRVPID_FILE  "/AmiTCP/conf/socks5.pid"

/* Define this to be the socks5 passwd file you want...                      */
#define SRVPWD_FILE  "/AmiTCP/conf/socks5.passwd"

/* Define this to be the socks5 plugin file you want...                      */
#define PINCONF_FILE "/AmiTCP/conf/socks5.plugins"

/* define this to be the default socks server you want to use                */
#define SOCKS_DEFAULT_SERVER "127.0.0.1"

/* define this to be the default socks version you want to use               */
#define SOCKS_DEFAULT_VERSION 5

/* define this to be the default socks port you want to use                  */
#define SOCKS_DEFAULT_PORT 1080

/* what syslog level do you want messages to be logged at...?                */
#define SYSLOG_FAC LOG_DAEMON

/* define this if you don't have cc_t in sys/termios.h                       */
#undef NO_CC_T

/* define this to the path of your traceroute...                             */
#undef TROUTEPROG

/* define this to the path of your ping                                      */
#undef PINGPROG

/* define this to whatever is you can set within a signal handler.           */
#define sig_atomic_t

/* define this to your libc, if it has a version number (/lib/libc.so.1.9)   */
#undef LIBC_NAME
#undef LIBDGC_NAME
#undef LIBNSL_NAME
#undef LIBRESOLV_NAME
#undef LIBSOCKET_NAME

/* define if you want to use (and have) NWSL's monitoring package...         */
#undef MONITOR

/* define if you want to use threading (if available)                        */
#undef USE_THREADS

/* define if you want to use /etc/passwd for user/pass authentication        */
#undef USE_PASSWD

/* define if you want to use NECs internal version (not in released version) */
#undef INTERNAL

/* define if you want to use NECs internal version (used by NEC japan)       */
#undef NEC

/* define if you want to use NECs internal plugins                           */
#undef USE_PLUGINS

/* Define if struct sockaddr_un contains sun_len.                            */
#define HAVE_SOCKADDR_SUN_LEN

/* Define if the compiler can handle function prototyping                    */
#undef HAVE_FUNC_PROTOTYPE

/* Define if you have the bcmp function.  */
#define HAVE_BCMP

/* Define if you have the bcopy function.  */
#define HAVE_BCOPY

/* Define if you have the bzero function.  */
#define HAVE_BZERO

/* Define if you have the dgettext function.  */
#undef HAVE_DGETTEXT

/* Define if you have the dlopen function.  */
#undef HAVE_DLOPEN

/* Define if you have the flock function.  */
#define HAVE_FLOCK

/* Define if you have the genget function.  */
#undef HAVE_GENGET

/* Define if you have the getcwd function.  */
#define HAVE_GETCWD

/* Define if you have the getdomainname function.  */
#undef HAVE_GETDOMAINNAME

/* Define if you have the getenv function.  */
#define HAVE_GETENV

/* Define if you have the gethostbyaddr_r function.  */
#undef HAVE_GETHOSTBYADDR_R

/* Define if you have the gethostbyname_r function.  */
#define HAVE_GETHOSTBYNAME_R

/* Define if you have the getifaddrs function.  */
#undef HAVE_GETIFADDRS

/* Define if you have the getopt function.  */
#define HAVE_GETOPT

/* Define if you have the getpwuid_r function.  */
#undef HAVE_GETPWUID_R

/* Define if you have the getservbyname_r function.  */
#undef HAVE_GETSERVBYNAME_R

/* Define if you have the herror function.  */
#define HAVE_HERROR

/* Define if you have the index function.  */
#define HAVE_INDEX

/* Define if you have the memcmp function.  */
#define HAVE_MEMCMP

/* Define if you have the memmove function.  */
#define HAVE_MEMMOVE

/* Define if you have the memset function.  */
#define HAVE_MEMSET

/* Define if you have the pthread_attr_init function.  */
#undef HAVE_PTHREAD_ATTR_INIT

/* Define if you have the pthread_attr_setdetachstate function.  */
#undef HAVE_PTHREAD_ATTR_SETDETACHSTATE

/* Define if you have the pthread_attr_setscope function.  */
#undef HAVE_PTHREAD_ATTR_SETSCOPE

/* Define if you have the pthread_create function.  */
#undef HAVE_PTHREAD_CREATE

/* Define if you have the pthread_detach function.  */
#undef HAVE_PTHREAD_DETACH

/* Define if you have the pthread_exit function.  */
#undef HAVE_PTHREAD_EXIT

/* Define if you have the pthread_kill function.  */
#undef HAVE_PTHREAD_KILL

/* Define if you have the pthread_self function.  */
#undef HAVE_PTHREAD_SELF

/* Define if you have the pthread_sigmask function.  */
#undef HAVE_PTHREAD_SIGMASK

/* Define if you have the putenv function.  */
#define HAVE_PUTENV

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

/* Define if you have the rindex function.  */
#define HAVE_RINDEX

/* Define if you have the rresvport function.  */
#undef HAVE_RRESVPORT

/* Define if you have the setenv function.  */
#define HAVE_SETENV

/* Define if you have the setpgid function.  */
#define  HAVE_SETPGID

/* Define if you have the setsid function.  */
#define HAVE_SETSID

/* Define if you have the setupterm function.  */
#undef HAVE_SETUPTERM

/* Define if you have the shl_load function.  */
#undef HAVE_SHL_LOAD

/* Define if you have the sigaction function.  */
#define HAVE_SIGACTION

/* Define if you have the sigprocmask function.  */
#define HAVE_SIGPROCMASK

/* Define if you have the strchr function.  */
#define HAVE_STRCHR

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

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

/* Define if you have the strrchr function.  */
#define HAVE_STRRCHR

/* Define if you have the strspn function.  */
#define HAVE_STRSPN

/* Define if you have the tgetent function.  */
#undef HAVE_TGETENT

/* Define if you have the unsetenv function.  */
#undef HAVE_UNSETENV

/* Define if you have the vfork function.  */
#define HAVE_VFORK

/* Define if you have the waitpid function.  */
#define HAVE_WAITPID

/* Define if you have the <bstring.h> header file.  */
#define HAVE_BSTRING_H

/* Define if you have the <dirent.h> header file.  */
#define HAVE_DIRENT_H

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H

/* Define if you have the <ifaddrs.h> header file.  */
#undef HAVE_IFADDRS_H

/* Define if you have the <machine/endian.h> header file.  */
#define HAVE_MACHINE_ENDIAN_H

/* Define if you have the <memory.h> header file.  */
#define HAVE_MEMORY_H

/* Define if you have the <ndir.h> header file.  */
#define HAVE_NDIR_H

/* Define if you have the <net/route.h> header file.  */
#define HAVE_NET_ROUTE_H

/* Define if you have the <netinet/in_systm.h> header file.  */
#define HAVE_NETINET_IN_SYSTM_H

/* Define if you have the <nl_types.h> header file.  */
#undef HAVE_NL_TYPES_H

/* Define if you have the <paths.h> header file.  */
#define HAVE_PATHS_H

/* Define if you have the <pthread.h> header file.  */
#undef HAVE_PTHREAD_H

/* Define if you have the <stdarg.h> header file.  */
#define HAVE_STDARG_H

/* Define if you have the <stdlib.h> header file.  */
#define HAVE_STDLIB_H

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H

/* Define if you have the <strings.h> header file.  */
#define HAVE_STRINGS_H

/* Define if you have the <sys/bitypes.h> header file.  */
#undef HAVE_SYS_BITYPES_H

/* Define if you have the <sys/dir.h> header file.  */
#define HAVE_SYS_DIR_H

/* Define if you have the <sys/fcntl.h> header file.  */
#define HAVE_SYS_FCNTL_H

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

/* Define if you have the <sys/filio.h> header file.  */
#define HAVE_SYS_FILIO_H

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H

/* Define if you have the <sys/ipc.h> header file.  */
#undef HAVE_SYS_IPC_H

/* Define if you have the <sys/mbuf.h> header file.  */
#define HAVE_SYS_MBUF_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <sys/param.h> header file.  */
#define HAVE_SYS_PARAM_H

/* Define if you have the <sys/resource.h> header file.  */
#define HAVE_SYS_RESOURCE_H

/* Define if you have the <sys/select.h> header file.  */
#undef HAVE_SYS_SELECT_H

/* Define if you have the <sys/sem.h> header file.  */
#undef HAVE_SYS_SEM_H

/* Define if you have the <sys/signal.h> header file.  */
#define HAVE_SYS_SIGNAL_H

/* Define if you have the <sys/socket.h> header file.  */
#define HAVE_SYS_SOCKET_H

/* Define if you have the <sys/sockio.h> header file.  */
#define HAVE_SYS_SOCKIO_H

/* Define if you have the <sys/stat.h> header file.  */
#define HAVE_SYS_STAT_H

/* Define if you have the <sys/termio.h> header file.  */
#undef HAVE_SYS_TERMIO_H

/* Define if you have the <sys/termios.h> header file.  */
#define HAVE_SYS_TERMIOS_H

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

/* Define if you have the <sys/ttychars.h> header file.  */
#define HAVE_SYS_TTYCHARS_H

/* Define if you have the <sys/uio.h> header file.  */
#define HAVE_SYS_UIO_H

/* Define if you have the <sys/un.h> header file.  */
#define HAVE_SYS_UN_H

/* Define if you have the <sys/wait.h> header file.  */
#define HAVE_SYS_WAIT_H

/* Define if you have the <syslog.h> header file.  */
#undef HAVE_SYSLOG_H

/* Define if you have the <termio.h> header file.  */
#define HAVE_TERMIO_H

/* Define if you have the <termios.h> header file.  */
#define HAVE_TERMIOS_H

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

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

/* Define if you have the <varargs.h> header file.  */
#define HAVE_VARARGS_H

/* Define if you have the bsd library (-lbsd).  */
#undef HAVE_LIBBSD

/* Define if you have the com_err library (-lcom_err).  */
#undef HAVE_LIBCOM_ERR

/* Define if you have the compat library (-lcompat).  */
#undef HAVE_LIBCOMPAT

/* Define if you have the crypto library (-lcrypto).  */
#undef HAVE_LIBCRYPTO

/* Define if you have the db library (-ldb).  */
#undef HAVE_LIBDB

/* Define if you have the dl library (-ldl).  */
#undef HAVE_LIBDL

/* Define if you have the dld library (-ldld).  */
#undef HAVE_LIBDLD

/* Define if you have the gssapi_krb5 library (-lgssapi_krb5).  */
#undef HAVE_LIBGSSAPI_KRB5

/* Define if you have the ident library (-lident).  */
#undef HAVE_LIBIDENT

/* Define if you have the ipc library (-lipc).  */
#undef HAVE_LIBIPC

/* Define if you have the isode library (-lisode).  */
#undef HAVE_LIBISODE

/* Define if you have the krb5 library (-lkrb5).  */
#undef HAVE_LIBKRB5

/* Define if you have the ndbm library (-lndbm).  */
#undef HAVE_LIBNDBM

/* Define if you have the otp library (-lotp).  */
#undef HAVE_LIBOTP

/* Define if you have the skey library (-lskey).  */
#undef HAVE_LIBSKEY

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

/* Define if you have the svld library (-lsvld).  */
#undef HAVE_LIBSVLD
