mirror of
https://github.com/moibenko/mtx.git
synced 2025-12-23 05:55:13 +00:00
38 lines
931 B
C
38 lines
931 B
C
/* Copyright 2001 Enhanced Software Technologies Inc.
|
|
* Released under GNU General Public License V2 or Above
|
|
* See http://www.gnu.org for more information about the terms of
|
|
* the GNU General Public License.
|
|
* $Date: 2007-02-13 08:45:31 -0800 (Tue, 13 Feb 2007) $
|
|
* $Revision: 144 $
|
|
*/
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H 1
|
|
|
|
/* autoconf changes these. */
|
|
#define HAVE_STRING_H 0
|
|
#define HAVE_UNISTD_H 0
|
|
#define HAVE_STDLIB_H 0
|
|
#define HAVE_STDARG_H 0
|
|
#define HAVE_SYS_PARAM_H 0
|
|
#define HAVE_SCSI_SCSI_H 0
|
|
#define HAVE_SCSI_SCSI_IOCTL_H 0
|
|
#define HAVE_SCSI_SG_H 0
|
|
#define HAVE_SYS_GSCDDS_H 0
|
|
#define HAVE_CAMLIB_H 0
|
|
#define HAVE_SYS_SCSI_IMPL_USCSI_H 0
|
|
#define HAVE_SYS_SCSI_CTL_H 0
|
|
#define HAVE_DSLIB_H 0
|
|
#define HAVE_DU_DEFS_H 0
|
|
#define HAVE_SYS_STAT_H 0
|
|
#define HAVE_SYS_TYPES_H 0
|
|
#define HAVE_FCNTL_H 0
|
|
#define HAVE_SYS_IOCTL_H 0
|
|
#define HAVE_SYS_MTIO_H 0
|
|
#define HAVE_DDK_NTDDSCSI_H 0
|
|
|
|
#define WORDS_BIGENDIAN 0
|
|
|
|
#endif
|
|
|