freebsd-ports/sysutils/usbutils/files/patch-config.h.in
Henrik Brix Andersen 02ed3f5325 Add usbutils, which contains the popular lsusb(8) utility for listing
USB device descriptors.

Approved by:	erwin (mentor)
2007-12-11 20:45:58 +00:00

22 lines
676 B
C

--- config.h.in.orig 2006-12-10 21:33:49.000000000 +0100
+++ config.h.in 2007-11-14 20:50:36.000000000 +0100
@@ -15,6 +15,9 @@
*/
#undef HAVE_ALLOCA_H
+/* Define to 1 if you have the <asm/byteorder.h> header file. */
+#undef HAVE_ASM_BYTEORDER_H
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
@@ -46,6 +49,9 @@
/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ
+/* Define to 1 if you have the <machine/endian.h> header file. */
+#undef HAVE_MACHINE_ENDIAN_H
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC