diff --git a/ncat/Makefile.in b/ncat/Makefile.in index 4632a78c8..c8c3fb77b 100644 --- a/ncat/Makefile.in +++ b/ncat/Makefile.in @@ -152,10 +152,6 @@ test/test-wildcard: test/test-wildcard.o ncat_core.o ncat_ssl.o sys_wrap.o util. .PHONY: uninstall all clean distclean build-lua -../libnetutil/libnetutil.a: ../libnetutil/Makefile - @echo Compiling libnetutil; - cd ../libnetutil && $(MAKE) - $(NBASEDIR)/libnbase.a: $(NBASEDIR)/Makefile @echo Compiling libnbase; cd $(NBASEDIR) && $(MAKE) diff --git a/ncat/config.h.in b/ncat/config.h.in index 2f965203f..6af09e4ce 100644 --- a/ncat/config.h.in +++ b/ncat/config.h.in @@ -24,19 +24,18 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `crypto' library (-lcrypto). */ -#undef HAVE_LIBCRYPTO +/* Define to 1 if you have the `cfg' library (-lcfg). */ +#undef HAVE_LIBCFG -/* Define to 1 if you have the `ssl' library (-lssl). */ -#undef HAVE_LIBSSL +/* Define to 1 if you have the `odm' library (-lodm). */ +#undef HAVE_LIBODM + +/* Define to 1 if you have libpcap */ +#undef HAVE_LIBPCAP /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ -#undef HAVE_MALLOC - /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -52,13 +51,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NET_BPF_H + /* Define to 1 if you have OpenSSL. */ #undef HAVE_OPENSSL -/* Define to 1 if your system has a GNU libc compatible `realloc' function, - and to 0 otherwise. */ -#undef HAVE_REALLOC - /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT @@ -95,6 +93,9 @@ /* Define to 1 if you have the `strtol' function. */ #undef HAVE_STRTOL +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_IOCCOM_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H @@ -122,12 +123,45 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_UN_H +/* Define to 1 if you have the `vfork' function. */ +#undef HAVE_VFORK + +/* Define to 1 if you have the header file. */ +#undef HAVE_VFORK_H + /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_VM_SOCKETS_H /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF +/* Define to 1 if `fork' works. */ +#undef HAVE_WORKING_FORK + +/* Define to 1 if `vfork' works. */ +#undef HAVE_WORKING_VFORK + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* 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 home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE + /* Define to the type of arg 1 for `select'. */ #undef SELECT_TYPE_ARG1 @@ -149,11 +183,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc +/* Define to `int' if does not define. */ +#undef pid_t -/* Define to rpl_realloc if the replacement function should be used. */ -#undef realloc +/* Define as `fork' if `vfork' does not work. */ +#undef vfork /* Defines for locating Lua */ #undef LUA_INCLUDED