Commit dea6dc1e authored by Sam Hocevar's avatar Sam Hocevar

  * Another mistake in the BSD/OS configuration process.
parent 04c93734
This diff is collapsed.
...@@ -261,8 +261,9 @@ AC_CHECK_HEADERS(sys/ioctl.h,[ ...@@ -261,8 +261,9 @@ AC_CHECK_HEADERS(sys/ioctl.h,[
dnl dnl
AC_CHECK_HEADERS(/sys/dev/scsi/scsi_ioctl.h,[ AC_CHECK_HEADERS(/sys/dev/scsi/scsi_ioctl.h,[
NEED_BSDI_LIBDVD=1 NEED_BSDI_LIBDVD=1
AC_DEFINE(DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H, 1,
Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT.)
OBJ_LIBDVDCSS="${OBJ_LIBDVDCSS} bsdi_dvdioctl.o" OBJ_LIBDVDCSS="${OBJ_LIBDVDCSS} bsdi_dvdioctl.o"
CFLAGS_LIBDVDCSS="${CFLAGS_LIBDVDCSS} -I../BSDI_ioctl"
LINUX_DVD_STRUCT=1 LINUX_DVD_STRUCT=1
]) ])
]) ])
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* ioctl.c: DVD ioctl replacement function * ioctl.c: DVD ioctl replacement function
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: ioctl.c,v 1.10 2001/08/09 23:12:36 sam Exp $ * $Id: ioctl.c,v 1.11 2001/08/10 17:43:50 sam Exp $
* *
* Authors: Markus Kuespert <ltlBeBoy@beosmail.com> * Authors: Markus Kuespert <ltlBeBoy@beosmail.com>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
#ifdef DVD_STRUCT_IN_DVD_H #ifdef DVD_STRUCT_IN_DVD_H
# include <dvd.h> # include <dvd.h>
#endif #endif
#ifdef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
# include <BSDI_dvdioctl/dvd.h>
#endif
#ifdef SYS_BEOS #ifdef SYS_BEOS
# include <malloc.h> # include <malloc.h>
# include <scsi.h> # include <scsi.h>
......
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,9 @@
/* Define if you have the vasprintf function. */ /* Define if you have the vasprintf function. */
#undef HAVE_VASPRINTF #undef HAVE_VASPRINTF
/* Define if you have the </sys/dev/scsi/scsi_ioctl.h> header file. */
#undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H
/* Define if you have the <Carbon/Carbon.h> header file. */ /* Define if you have the <Carbon/Carbon.h> header file. */
#undef HAVE_CARBON_CARBON_H #undef HAVE_CARBON_CARBON_H
...@@ -190,6 +193,9 @@ ...@@ -190,6 +193,9 @@
/* Define if <dvd.h> defines DVD_STRUCT. */ /* Define if <dvd.h> defines DVD_STRUCT. */
#undef DVD_STRUCT_IN_DVD_H #undef DVD_STRUCT_IN_DVD_H
/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
/* Have userspace SCSI headers. */ /* Have userspace SCSI headers. */
#undef SOLARIS_USCSI #undef SOLARIS_USCSI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment