summaryrefslogtreecommitdiff
path: root/config.h.in
blob: 7282e460476adf9647e0c76807844b8fca2de0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* 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