acconfig.h   [plain text]


/*

acconfig.h - template used by autoheader to create config.h.in
config.h.in - used by autoconf to create config.h
config.h - created by autoconf; contains defines generated by autoconf

*/

@TOP@

/* style of gethost*_r functions */
#define GNUSTYLE 1
#define SYSVSTYLE 2
#define BSDSTYLE 3
#undef GETHOSTBYADDRRSTYLE
#undef GETHOSTBYNAMERSTYLE

/* style of ctime_r function */
#define POSIXSTYLE 1
#define SOLARISSTYLE 2
#undef CTIMERSTYLE

/* Do we have the crypt function ? */
#undef HAVE_CRYPT

/* Do we have shadow support? */
#undef HAVE_GETSPNAM

/* Use USR-style vendor specific attributes */
#undef ATTRIB_NMC

/* Include support for Ascend binary filter attributes */
#undef ASCEND_BINARY

/* socklen_t is generally 'int' on systems which don't use it */
#undef socklen_t

/* uint8_t should be the canonical 'octet' for network traffic */
#undef uint8_t

/* uint16_t should be the canonical '2 octets' for network traffic */
#undef uint16_t

/* uint32_t should be the canonical 'network integer' */
#undef uint32_t

/* Define if prototype for strncasecmp needed */
#undef NEED_DECLARATION_STRNCASECMP

/* Define if prototype for strcasecmp needed */
#undef NEED_DECLARATION_STRCASECMP

/* Define if prototype for inet_aton needed */
#undef NEED_DECLARATION_INET_ATON

/* Define if prototype for gethostname needed */
#undef NEED_DECLARATION_GETHOSTNAME

/* Define if prototype for setlinebuf needed */
#undef NEED_DECLARATION_SETLINEBUF

/* Define if prototype for getusershell needed */
#undef NEED_DECLARATION_GETUSERSHELL

/* Define if prototype for endusershell needed */
#undef NEED_DECLARATION_ENDUSERSHELL

/* use a pool of threads to handle requests, instead of spawning threads? */
#undef WITH_THREAD_POOL

/* Include SNMP subagent */
#undef WITH_SNMP

/* Include user collision code*/
#undef WITH_USERCOLLIDE

/* Define if you have the <ucd-snmp/asn1.h>, <ucd-snmp/snmp_impl.h> and <ucd-snmp/snmp.h> header file.  */
#undef HAVE_UCD_SNMP_ASN1_SNMP_SNMPIMPL_H

/* Define if you have the <asn1.h>, <snmp_impl.h> and <snmp.h> header file.  */
#undef HAVE_ASN1_SNMP_SNMPIMPL_H

/* Define if you have the snmp library (-lsnmp).  */
#undef HAVE_LIBSNMP

/* define if you have the <libpq_fe.h> header file.  */
#undef HAVE_LIBPQ_FE_H

/* define if you have the <postgres.h> header file.  */
#undef HAVE_POSTGRES_H

/* define this if we have the <regex.h> header file */
#undef HAVE_REGEX_H

/* define this if we have REG_EXTENDED (from <regex.h>) */
#undef HAVE_REG_EXTENDED

/* define this if you have the <mysql.h> header file */
#undef HAVE_MYSQL_H

/* define this if you have the <isql.h> header file */
#undef HAVE_ISQL_H

/* define this if you have the <oci.h> header file */
#undef HAVE_OCI_H

/* define to something if you don't have ut_xtime in struct utmpx */
#undef ut_xtime

/* define if you have OSFC2 authentication */
#undef OSFC2

/* define if you have OSFSIA authentication */
#undef OSFSIA

/* define if you have IP_PKTINFO (Linux) */
#undef HAVE_IP_PKTINFO

/* define if you want udpfromto */
#undef WITH_UDPFROMTO

/* define if you have openssl/ssl.h */
#undef HAVE_OPENSSL_SSL_H

/* define if you have initgroups() */
#undef HAVE_INITGROUPS