File: config.h.in

package info (click to toggle)
mtx 1.2.17rel-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 692 kB
  • ctags: 696
  • sloc: ansic: 4,387; sh: 3,191; python: 203; makefile: 129; perl: 117
file content (33 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (3)
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
/* 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: 2001/06/05 17:10:18 $
 * $Revision: 1.1.1.1 $
 */

#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_SCSI_SCSI_H 0
#define HAVE_SCSI_SCSI_IOCTL_H 0
#define HAVE_SCSI_SG_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 WORDS_BIGENDIAN 0

#endif