reactos/rosapps/applications/net/ncftp/libncftp/config.h.in
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00

208 lines
5.1 KiB
C

/* config.h.in. Generated automatically from configure.in by autoheader. */
#undef CAN_USE_SYS_SELECT_H
/* Define to empty if the keyword does not work. */
#undef const
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define if your compiler supports the "long long" integral type. */
#undef HAVE_LONG_LONG
/* Define if you have a _res global variable used by resolve routines. */
#undef HAVE__RES_DEFDNAME
/* Define if you have sigsetjmp and siglongjmp. */
#undef HAVE_SIGSETJMP
/* Define to `int' if <sys/types.h> doesn't define. */
#undef mode_t
/* Define to `long' if <sys/types.h> doesn't define. */
#undef off_t
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
/* Format string for the printf() family for 64 bit integers. */
#undef PRINTF_LONG_LONG
/* Define if printing a "long long" with "%lld" works . */
#undef PRINTF_LONG_LONG_LLD
/* Define if printing a "long long" with "%qd" works . */
#undef PRINTF_LONG_LONG_QD
/* Format string for the scanf() family for 64 bit integers. */
#undef SCANF_LONG_LONG
/* Define if scanning a "long long" with "%lld" works. */
#undef SCANF_LONG_LONG_LLD
/* Define if scanning a "long long" with "%qd" works. */
#undef SCANF_LONG_LONG_QD
/* Define to the type of arg1 for select(). */
#undef SELECT_TYPE_ARG1
/* Define to the type of args 2, 3 and 4 for select(). */
#undef SELECT_TYPE_ARG234
/* Define to the type of arg5 for select(). */
#undef SELECT_TYPE_ARG5
/* Define if the setvbuf function takes the buffering type as its second
argument and the buffer pointer as the third, as on System V
before release 3. */
#undef SETVBUF_REVERSED
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to the full path of the Tar program, if you have it. */
#undef TAR
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Result of "uname -a" */
#undef UNAME
/* Define if you have the fstat64 function. */
#undef HAVE_FSTAT64
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
/* Define if you have the getdomainname function. */
#undef HAVE_GETDOMAINNAME
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the getpass function. */
#undef HAVE_GETPASS
/* Define if you have the getwd function. */
#undef HAVE_GETWD
/* Define if you have the inet_ntop function. */
#undef HAVE_INET_NTOP
/* Define if you have the llseek function. */
#undef HAVE_LLSEEK
/* Define if you have the lseek64 function. */
#undef HAVE_LSEEK64
/* Define if you have the lstat64 function. */
#undef HAVE_LSTAT64
/* Define if you have the mktime function. */
#undef HAVE_MKTIME
/* Define if you have the open64 function. */
#undef HAVE_OPEN64
/* Define if you have the res_init function. */
#undef HAVE_RES_INIT
/* Define if you have the sigaction function. */
#undef HAVE_SIGACTION
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Define if you have the socket function. */
#undef HAVE_SOCKET
/* Define if you have the stat64 function. */
#undef HAVE_STAT64
/* Define if you have the strcasecmp function. */
#undef HAVE_STRCASECMP
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the strstr function. */
#undef HAVE_STRSTR
/* Define if you have the strtoq function. */
#undef HAVE_STRTOQ
/* Define if you have the symlink function. */
#undef HAVE_SYMLINK
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
/* Define if you have the waitpid function. */
#undef HAVE_WAITPID
/* Define if you have the <arpa/nameser.h> header file. */
#undef HAVE_ARPA_NAMESER_H
/* Define if you have the <nserve.h> header file. */
#undef HAVE_NSERVE_H
/* Define if you have the <resolv.h> header file. */
#undef HAVE_RESOLV_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
/* Define if you have the 44bsd library (-l44bsd). */
#undef HAVE_LIB44BSD
/* Define if you have the com_err library (-lcom_err). */
#undef HAVE_LIBCOM_ERR
/* 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 gen library (-lgen). */
#undef HAVE_LIBGEN
/* Define if you have the gssapi_krb5 library (-lgssapi_krb5). */
#undef HAVE_LIBGSSAPI_KRB5
/* 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 nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the resolv library (-lresolv). */
#undef HAVE_LIBRESOLV
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the socks5 library (-lsocks5). */
#undef HAVE_LIBSOCKS5