[Vtun-Commit] CVS: 2 files have been modified in vtun.
Status: Inactive
Brought to you by:
mtbishop
|
From: Bishop <mtb...@us...> - 2016-10-01 21:19:40
|
The following files were modified in vtun: Name Old version New version Comment ---- ----------- ----------- ------- README 1.5.2.1 1.5.2.2 config.h.in 1.5.2.1 1.5.2.2 The accompanying log: regen configure script, arg The diff of the modified file(s): --- README 7 Jan 2008 22:35:59 -0000 1.5.2.1 +++ README 1 Oct 2016 21:19:39 -0000 1.5.2.2 @@ -24,6 +24,8 @@ Dante Socks4/5 http://www.inet.no/dante To configure VTun run: + aclocal + autoconf ./configure Optional support: --disable-lzo compile without LZO compression support --- config.h.in 29 Mar 2009 10:08:44 -0000 1.5.2.1 +++ config.h.in 1 Oct 2016 21:19:39 -0000 1.5.2.2 @@ -1,76 +1,158 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ +/* config.h.in. Generated from configure.in by autoheader. */ -/* Define to empty if the keyword does not work. */ -#undef const +/* Define to 1 if you want to enable Nat Hack code */ +#undef ENABLE_NAT_HACK -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline +/* Define to 1 if you have the <arpa/inet.h> header file. */ +#undef HAVE_ARPA_INET_H -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define to 1 if you have the `fork' function. */ +#undef HAVE_FORK -/* Define if you have the gettimeofday function. */ -#undef HAVE_GETTIMEOFDAY +/* Define to 1 if you have the `getpt' function. */ +#undef HAVE_GETPT -/* Define if you have the <arpa/inet.h> header file. */ -#undef HAVE_ARPA_INET_H +/* Define to 1 if you have the `grantpt' function. */ +#undef HAVE_GRANTPT -/* Define if you have the <fcntl.h> header file. */ -#undef HAVE_FCNTL_H +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H -/* Define if you have the <netinet/in.h> header file. */ +/* Define to 1 if you have the <libutil.h> header file. */ +#undef HAVE_LIBUTIL_H + +/* Define to 1 if you have the <linux/if_tun.h> header file. */ +#undef HAVE_LINUX_IF_TUN_H + +/* Define to 1 if you have lzo */ +#undef HAVE_LZO + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the <netdb.h> header file. */ +#undef HAVE_NETDB_H + +/* Define to 1 if you have the <netinet/in.h> header file. */ #undef HAVE_NETINET_IN_H -/* Define if you have the <netinet/ip.h> header file. */ +/* Define to 1 if you have the <netinet/in_systm.h> header file. */ +#undef HAVE_NETINET_IN_SYSTM_H + +/* Define to 1 if you have the <netinet/ip.h> header file. */ #undef HAVE_NETINET_IP_H -/* Define if you have the <netinet/tcp.h> header file. */ +/* Define to 1 if you have the <netinet/tcp.h> header file. */ #undef HAVE_NETINET_TCP_H -/* Define if you have the <netinet/in_systm.h> header file. */ -#undef HAVE_NETINET_IN_SYSTM_H +/* Define to 1 if you have the `ptsname' function. */ +#undef HAVE_PTSNAME -/* Define if you have the <netdb.h> header file. */ -#undef HAVE_NETDB_H +/* Define to 1 if you have the <resolv.h> header file. */ +#undef HAVE_RESOLV_H -/* Define if you have the <sched.h> header file. */ +/* Define to 1 if you have the <sched.h> header file. */ #undef HAVE_SCHED_H -/* Define if you have the <sys/resource.h> header file. */ -#undef HAVE_SYS_RESOURCE_H +/* Define to 1 if you have setproctitle() function */ +#undef HAVE_SETPROC_TITLE -/* Define if you have the <sys/time.h> header file. */ -#undef HAVE_SYS_TIME_H +/* Define to 1 if you want to enable shaper module */ +#undef HAVE_SHAPER -/* Define if you have the <sys/sockio.h> header file. */ +/* Define to 1 if you have openssl */ +#undef HAVE_SSL + +/* Define to 1 if you have AES in openssl */ +#undef HAVE_SSL_AES + +/* Define to 1 if you have blowfish in openssl */ +#undef HAVE_SSL_BLOWFISH + +/* Define to 1 if you have EVP in openssl */ +#undef HAVE_SSL_EVP + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the <sys/resource.h> header file. */ +#undef HAVE_SYS_RESOURCE_H + +/* Define to 1 if you have the <sys/sockio.h> header file. */ #undef HAVE_SYS_SOCKIO_H -/* Define if you have the <linux/if_tun.h> header file. */ -#undef HAVE_LINUX_IF_TUN_H +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H -/* Define if you have setproctitle. */ -#undef HAVE_SETPROC_TITLE +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H -#undef HAVE_LIBUTIL_H +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H -/* Define if you have ZLIB */ -#undef HAVE_ZLIB +/* Define to 1 if you have the `unlockpt' function. */ +#undef HAVE_UNLOCKPT -/* Define if you have LZO */ -#undef HAVE_LZO +/* Define to 1 if you have the `vfork' function. */ +#undef HAVE_VFORK -/* Define if you have OpenSSL */ -#undef HAVE_SSL +/* Define to 1 if you have the <vfork.h> header file. */ +#undef HAVE_VFORK_H -#undef HAVE_SSL_BLOWFISH +/* Define to 1 if `fork' works. */ +#undef HAVE_WORKING_FORK -#undef HAVE_SSL_AES +/* Define to 1 if `vfork' works. */ +#undef HAVE_WORKING_VFORK -#undef HAVE_SSL_EVP +/* Define to 1 if you have zlib */ +#undef HAVE_ZLIB -#undef HAVE_SHAPER +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT -#undef ENABLE_NAT_HACK +/* Define to the full name of this package. */ +#undef PACKAGE_NAME -/* Release version and date */ +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Vtun version */ #undef VTUN_VER + +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#undef YYTEXT_POINTER + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to `int' if <sys/types.h> does not define. */ +#undef pid_t + +/* Define as `fork' if `vfork' does not work. */ +#undef vfork |