diff options
Diffstat (limited to 'tnftp_config.h.in')
-rw-r--r-- | tnftp_config.h.in | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/tnftp_config.h.in b/tnftp_config.h.in index 39c1e3a24fab..0e5296d1a3b6 100644 --- a/tnftp_config.h.in +++ b/tnftp_config.h.in @@ -159,6 +159,9 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define to 1 if the system has the type `long double'. */ #undef HAVE_LONG_DOUBLE @@ -198,6 +201,9 @@ /* Define to 1 if you have the <netinet/ip.h> header file. */ #undef HAVE_NETINET_IP_H +/* Define to 1 if you have the <netinet/tcp.h> header file. */ +#undef HAVE_NETINET_TCP_H + /* Define to 1 if you have the <paths.h> header file. */ #undef HAVE_PATHS_H @@ -207,11 +213,11 @@ /* Define to 1 if you have the <poll.h> header file. */ #undef HAVE_POLL_H -/* Define if `long long' is supported and *printf() supports %lld or %qd to +/* Define if 'long long' is supported and *printf() supports %lld or %qd to print them. */ #undef HAVE_PRINTF_LONG_LONG -/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld). */ +/* Define if *printf() uses %qd to print 'long long' (otherwise uses %lld). */ #undef HAVE_PRINTF_QD /* Define to 1 if you have the <pwd.h> header file. */ @@ -329,7 +335,7 @@ /* Define to 1 if the system has the type `struct addrinfo'. */ #undef HAVE_STRUCT_ADDRINFO -/* Define to 1 if `struct dirent' is a member of `d_namlen'. */ +/* Define to 1 if `d_namlen' is a member of `struct dirent'. */ #undef HAVE_STRUCT_DIRENT_D_NAMLEN /* Define to 1 if the system has the type `struct pollfd'. */ @@ -338,10 +344,10 @@ /* Define to 1 if the system has the type `struct sockaddr_in6'. */ #undef HAVE_STRUCT_SOCKADDR_IN6 -/* Define to 1 if `struct sockaddr_in' is a member of `sin_len'. */ +/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN -/* Define to 1 if `struct sockaddr' is a member of `sa_len'. */ +/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */ #undef HAVE_STRUCT_SOCKADDR_SA_LEN /* Define to 1 if you have the `strunvis' function. */ @@ -397,6 +403,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if the system has the type `unsigned long long int'. */ +#undef HAVE_UNSIGNED_LONG_LONG_INT + /* Define to 1 if you have the `usleep' function. */ #undef HAVE_USLEEP @@ -424,6 +433,10 @@ /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -477,6 +490,14 @@ /* Version number of package */ #undef VERSION +/* Define if enabling SSL support. */ +#undef WITH_SSL + +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |