Update of /cvsroot/plib/plib/src/js
In directory usw-pr-cvs1:/tmp/cvs-serv20048
Modified Files:
js.h
Log Message:
Update to previous change
Index: js.h
===================================================================
RCS file: /cvsroot/plib/plib/src/js/js.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- js.h 22 Jun 2002 02:38:17 -0000 1.18
+++ js.h 22 Jun 2002 02:45:18 -0000 1.19
@@ -66,18 +66,18 @@
# include <machine/joystick.h>
# define JS_DATA_TYPE joystick
# define JS_RETURN (sizeof(struct JS_DATA_TYPE))
-# elif defined(__linux__)
+/*# elif defined(__linux__)
# include <sys/ioctl.h>
# include <linux/joystick.h>
# include <errno.h>
-
+*/
/* check the joystick driver version */
-
+/*
# ifdef JS_VERSION
# if JS_VERSION >= 0x010000
# define JS_NEW
# endif
-# endif
+# endif*/
# else
# ifndef JS_DATA_TYPE
|