[xserver-commit] xfree86/os-support/bsd/libusb data.c,1.1,1.2 descr.c,1.1,1.2 parse.c,1.1,1.2 usage.c,1.1,1.2

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/os-support/bsd/libusb
In directory pdx:/tmp/cvs-serv14744/os-support/bsd/libusb

Modified Files:
	data.c descr.c parse.c usage.c 
Log Message:
	* Makefile.am
	* *.c
	Ok, everyone gets #include <config.h>
	Other than that, I fixed a few extension header paths and
	whacked at the Makefile.am.  Makefile.am is a hacked version
	of xserver/Makefile.am; expect them to diverge until we can
	stick the xfree86 DDX stuff into the standard Makefile.am.


Index: data.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/data.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/data.c	11 Feb 2000 18:06:49 -0000	1.1
+++ b/data.c	28 Feb 2004 01:27:55 -0000	1.2
@@ -27,6 +27,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/data.c,v 1.1.2.2 1999/12/03 10:12:41 hohndel Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <assert.h>
 #include <stdlib.h>
 #include "usb.h"

Index: descr.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/descr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/descr.c	11 Feb 2000 18:06:50 -0000	1.1
+++ b/descr.c	28 Feb 2004 01:27:55 -0000	1.2
@@ -27,6 +27,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/descr.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <sys/types.h>
 
 #include <assert.h>

Index: parse.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/parse.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/parse.c	11 Feb 2000 18:06:50 -0000	1.1
+++ b/parse.c	28 Feb 2004 01:27:55 -0000	1.2
@@ -27,6 +27,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/parse.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>

Index: usage.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/usage.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/usage.c	11 Feb 2000 18:06:50 -0000	1.1
+++ b/usage.c	28 Feb 2004 01:27:55 -0000	1.2
@@ -27,6 +27,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/usage.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <ctype.h>
 #include <err.h>
 #include <stdio.h>