mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Add support for tun devices [1] - Update MASTER_SITES - Make happy portlint - Bump PORTEPOCH PR: ports/159078 [1] Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu.tw> Approved by: jadawin@ (mentor)
89 lines
2.5 KiB
C
89 lines
2.5 KiB
C
--- ./config.h.in.orig 2004-04-19 09:22:07.000000000 +0200
|
|
+++ ./config.h.in 2011-08-17 13:19:00.000000000 +0200
|
|
@@ -3,12 +3,24 @@
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
#undef HAVE_ARPA_INET_H
|
|
|
|
+/* Define to 1 if you have the `bzero' function. */
|
|
+#undef HAVE_BZERO
|
|
+
|
|
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
|
#undef HAVE_DOPRNT
|
|
|
|
+/* Define to 1 if you have the <fcntl.h> header file. */
|
|
+#undef HAVE_FCNTL_H
|
|
+
|
|
/* Define to 1 if you have the `fork' function. */
|
|
#undef HAVE_FORK
|
|
|
|
+/* Define to 1 if you have the `gethostbyaddr' function. */
|
|
+#undef HAVE_GETHOSTBYADDR
|
|
+
|
|
+/* Define to 1 if you have the `gethostbyname' function. */
|
|
+#undef HAVE_GETHOSTBYNAME
|
|
+
|
|
/* Define to 1 if you have the `inet_ntoa' function. */
|
|
#undef HAVE_INET_NTOA
|
|
|
|
@@ -28,14 +40,21 @@
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
+/* Define to 1 if you have the `memset' function. */
|
|
+#undef HAVE_MEMSET
|
|
+
|
|
/* 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 to 1 if you have the <pcap.h> header file. */
|
|
-#undef HAVE_PCAP_H
|
|
+/* 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 `socket' function. */
|
|
+#undef HAVE_SOCKET
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#undef HAVE_STDINT_H
|
|
@@ -43,12 +62,15 @@
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#undef HAVE_STDLIB_H
|
|
|
|
-/* Define to 1 if you have the `strcasecmp' function. */
|
|
-#undef HAVE_STRCASECMP
|
|
+/* Define to 1 if you have the `strchr' function. */
|
|
+#undef HAVE_STRCHR
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
#undef HAVE_STRDUP
|
|
|
|
+/* Define to 1 if you have the `strerror' function. */
|
|
+#undef HAVE_STRERROR
|
|
+
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#undef HAVE_STRINGS_H
|
|
|
|
@@ -61,6 +83,9 @@
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
|
#undef HAVE_SYSLOG_H
|
|
|
|
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
+#undef HAVE_SYS_IOCTL_H
|
|
+
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
#undef HAVE_SYS_SOCKET_H
|
|
|
|
@@ -124,6 +149,9 @@
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#undef pid_t
|
|
|
|
+/* Define to rpl_realloc if the replacement function should be used. */
|
|
+#undef realloc
|
|
+
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
#undef size_t
|
|
|