/* For tlsutil.{c,h} */
#define PR_OBSD_FTP 1

/* cc on NetBSD doesn't define ``unix““ anymore :-/ */
#if defined(__NetBSD__)
# undef unix
# define unix
#endif
@TOP@
/* Define if you want SSL/TLS support (requires OpenSSL) */
#undef TLS

/* Define this symbol if support for OpenSSL zlib compression is enabled. */
#undef ZLIB

/* Define if the host system is Linux.  */
#undef LINUX

/* Define if you want a a smaller client without command line editing/history */
#undef SMALL

/* Define if libedit has the NetBSD enhancements. */
#undef ENHANCED_LIBEDIT

/* Define if you want SOCKS support (requires libsock5) */
#undef SOCKS

/* Define if we have INET6 */
#undef INET6

/* Define if struct sockaddr_in have sin_len member. */
#undef HAVE_SIN_LEN

/* Define if struct tm have tm_gmtoff member. */
#undef HAVE_TM_GMTOFF

/* Define if snprintf() returns the number of bytes it wants to write in case of overflow */
#undef SNPRINTF_OK

/* Define if snprintf() returns the number of bytes written (excl. \0) in case of overflow */
#undef SNPRINTF_HALFBROKEN

/* Define if snprintf() returns -1 in case of overflow */
#undef SNPRINTF_BROKEN

/* Define if you have native quad_t */
#undef HAVE_QUAD_T

/* Define to `long long' (maybe) if <sys/types.h> doesn't define.  */
#undef quad_t

/* Define to `unsigned long long' (maybe) if <sys/types.h> doesn't define.  */
#undef u_quad_t

/* Define if custom quad_t is long */
#undef QUAD_T_IS_LONG

/* Define if custom quad_t is long long */
#undef QUAD_T_IS_LONG_LONG

/* Define to `int' (maybe) if <sys/types.h> doesn't define.  */
#undef int32_t

/* Define to `unsigned int' (maybe) if <sys/types.h> doesn't define.  */
#undef u_int32_t

/* Define if off_t is a long */
#undef OFF_T_IS_LONG

/* Define if off_t is a long long */
#undef OFF_T_IS_LONG_LONG


syntax highlighted by Code2HTML, v. 0.9.1