~ubuntu-branches/debian/wheezy/libnjb/wheezy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2004-05-25 13:06:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040525130610-vexcucw1qxq1g4dp
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
/*
 
3
 * Define if you are using libusb (note that FreeBSD 4.5 and earlier ships
 
4
 * with a libusb that is for controlling Human Interface Devices, and isn't
 
5
 * the * the libusb that you get from sourceforge (which is the one you 
 
6
 * need).
 
7
 */
 
8
#undef HAVE_LIBUSB 
 
9
 
 
10
/*
 
11
 * If using libusb, define this in libnjb.h so that when it's installed
 
12
 * in /usr/local/include, there are no dependancies on the libnjb src
 
13
 * tree, nor are there potential naming conflicts with autoconf's naming
 
14
 * scheme.
 
15
 */
 
16
#undef LIBNJB_COMPILED_FOR_LIBUSB
 
17
 
 
18
/*
 
19
 * Define if you are on a FreeBSD release later than 4.5.  Starting in
 
20
 * 4.6-RELEASE, data structure member names were changed in dev/usb/usb.h
 
21
 * (this may be needed for some releases of OpenBSD and NetBSD, as well,
 
22
 * but I haven't checked).
 
23
 */
 
24
#undef OLD_BSDUSBH
 
25
 
 
26
 
 
27
/* Define to 1 if you have the <fcntl.h> header file. */
 
28
#undef HAVE_FCNTL_H
 
29
 
 
30
/* Define to 1 if you have the <inttypes.h> header file. */
 
31
#undef HAVE_INTTYPES_H
 
32
 
 
33
/* Define to 1 if you have the <memory.h> header file. */
 
34
#undef HAVE_MEMORY_H
 
35
 
 
36
/* Define to 1 if you have the `select' function. */
 
37
#undef HAVE_SELECT
 
38
 
 
39
/* Define to 1 if you have the <stdint.h> header file. */
 
40
#undef HAVE_STDINT_H
 
41
 
 
42
/* Define to 1 if you have the <stdlib.h> header file. */
 
43
#undef HAVE_STDLIB_H
 
44
 
 
45
/* Define to 1 if you have the `strdup' function. */
 
46
#undef HAVE_STRDUP
 
47
 
 
48
/* Define to 1 if you have the `strerror' function. */
 
49
#undef HAVE_STRERROR
 
50
 
 
51
/* Define to 1 if you have the <strings.h> header file. */
 
52
#undef HAVE_STRINGS_H
 
53
 
 
54
/* Define to 1 if you have the <string.h> header file. */
 
55
#undef HAVE_STRING_H
 
56
 
 
57
/* Define to 1 if `st_blksize' is member of `struct stat'. */
 
58
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
 
59
 
 
60
/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
 
61
   `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
 
62
#undef HAVE_ST_BLKSIZE
 
63
 
 
64
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
65
#undef HAVE_SYS_IOCTL_H
 
66
 
 
67
/* Define to 1 if you have the <sys/stat.h> header file. */
 
68
#undef HAVE_SYS_STAT_H
 
69
 
 
70
/* Define to 1 if you have the <sys/time.h> header file. */
 
71
#undef HAVE_SYS_TIME_H
 
72
 
 
73
/* Define to 1 if you have the <sys/types.h> header file. */
 
74
#undef HAVE_SYS_TYPES_H
 
75
 
 
76
/* Define to 1 if you have the <unistd.h> header file. */
 
77
#undef HAVE_UNISTD_H
 
78
 
 
79
/* Define to 1 if you have the usleep() POSIX function */
 
80
#undef HAVE_USLEEP
 
81
 
 
82
/* Define to the address where bug reports for this package should be sent. */
 
83
#undef PACKAGE_BUGREPORT
 
84
 
 
85
/* Define to the full name of this package. */
 
86
#undef PACKAGE_NAME
 
87
 
 
88
/* Define to the full name and version of this package. */
 
89
#undef PACKAGE_STRING
 
90
 
 
91
/* Define to the one symbol short name of this package. */
 
92
#undef PACKAGE_TARNAME
 
93
 
 
94
/* Define to the version of this package. */
 
95
#undef PACKAGE_VERSION
 
96
 
 
97
/* Define to 1 if you have the ANSI C header files. */
 
98
#undef STDC_HEADERS
 
99
 
 
100
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
101
#undef TIME_WITH_SYS_TIME
 
102
 
 
103
/* Define to 1 if your processor stores words with the most significant byte
 
104
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
105
#undef WORDS_BIGENDIAN
 
106
 
 
107
/* Define to empty if `const' does not conform to ANSI C. */
 
108
#undef const
 
109
 
 
110
/* Define to `long' if <sys/types.h> does not define. */
 
111
#undef off_t
 
112
 
 
113
/* Define to `unsigned' if <sys/types.h> does not define. */
 
114
#undef size_t