~ubuntu-branches/ubuntu/dapper/zziplib/dapper

« back to all changes in this revision

Viewing changes to zziplib/zzip-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2004-03-29 12:41:28 UTC
  • Revision ID: james.westby@ubuntu.com-20040329124128-hf9y5elywpavuh5y
Tags: upstream-0.10.82
ImportĀ upstreamĀ versionĀ 0.10.82

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _ZZIP__CONFIG_H
 
2
#define _ZZIP__CONFIG_H 1
 
3
 
 
4
/* zzip/_config.h. Generated automatically at end of configure. */
 
5
/* config.h.  Generated automatically by configure.  */
 
6
/* config.h.in.  Generated automatically from configure.ac by autoheader.  */
 
7
 
 
8
/* Define to empty if `const' does not conform to ANSI C. */
 
9
/* #undef _zzip_const */
 
10
 
 
11
/* Number of bits in a file offset, on hosts where this is settable. */
 
12
#ifndef ZZIP__FILE_OFFSET_BITS 
 
13
#define ZZIP__FILE_OFFSET_BITS  64 
 
14
#endif
 
15
 
 
16
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
 
17
#ifndef ZZIP_HAVE_DIRENT_H 
 
18
#define ZZIP_HAVE_DIRENT_H  1 
 
19
#endif
 
20
 
 
21
/* Define if you have the <dlfcn.h> header file. */
 
22
#ifndef ZZIP_HAVE_DLFCN_H 
 
23
#define ZZIP_HAVE_DLFCN_H  1 
 
24
#endif
 
25
 
 
26
/* Define if you have the <inttypes.h> header file. */
 
27
#ifndef ZZIP_HAVE_INTTYPES_H 
 
28
#define ZZIP_HAVE_INTTYPES_H  1 
 
29
#endif
 
30
 
 
31
/* Define if you have the <io.h> header file. */
 
32
/* #undef ZZIP_HAVE_IO_H */
 
33
 
 
34
/* Define if you have the <memory.h> header file. */
 
35
#ifndef ZZIP_HAVE_MEMORY_H 
 
36
#define ZZIP_HAVE_MEMORY_H  1 
 
37
#endif
 
38
 
 
39
/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
 
40
/* #undef ZZIP_HAVE_NDIR_H */
 
41
 
 
42
/* Define if you have the <stdint.h> header file. */
 
43
#ifndef ZZIP_HAVE_STDINT_H 
 
44
#define ZZIP_HAVE_STDINT_H  1 
 
45
#endif
 
46
 
 
47
/* Define if you have the <stdlib.h> header file. */
 
48
#ifndef ZZIP_HAVE_STDLIB_H 
 
49
#define ZZIP_HAVE_STDLIB_H  1 
 
50
#endif
 
51
 
 
52
/* Define if you have the `strcasecmp' function. */
 
53
#ifndef ZZIP_HAVE_STRCASECMP 
 
54
#define ZZIP_HAVE_STRCASECMP  1 
 
55
#endif
 
56
 
 
57
/* Define if you have the <string.h> header file. */
 
58
#ifndef ZZIP_HAVE_STRING_H 
 
59
#define ZZIP_HAVE_STRING_H  1 
 
60
#endif
 
61
 
 
62
/* Define if you have the <strings.h> header file. */
 
63
#ifndef ZZIP_HAVE_STRINGS_H 
 
64
#define ZZIP_HAVE_STRINGS_H  1 
 
65
#endif
 
66
 
 
67
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
 
68
/* #undef ZZIP_HAVE_SYS_DIR_H */
 
69
 
 
70
/* Define if you have the <sys/int_types.h> header file. */
 
71
/* #undef ZZIP_HAVE_SYS_INT_TYPES_H */
 
72
 
 
73
/* Define if you have the <sys/mman.h> header file. */
 
74
#ifndef ZZIP_HAVE_SYS_MMAN_H 
 
75
#define ZZIP_HAVE_SYS_MMAN_H  1 
 
76
#endif
 
77
 
 
78
/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
 
79
/* #undef ZZIP_HAVE_SYS_NDIR_H */
 
80
 
 
81
/* Define if you have the <sys/param.h> header file. */
 
82
#ifndef ZZIP_HAVE_SYS_PARAM_H 
 
83
#define ZZIP_HAVE_SYS_PARAM_H  1 
 
84
#endif
 
85
 
 
86
/* Define if you have the <sys/stat.h> header file. */
 
87
#ifndef ZZIP_HAVE_SYS_STAT_H 
 
88
#define ZZIP_HAVE_SYS_STAT_H  1 
 
89
#endif
 
90
 
 
91
/* Define if you have the <sys/types.h> header file. */
 
92
#ifndef ZZIP_HAVE_SYS_TYPES_H 
 
93
#define ZZIP_HAVE_SYS_TYPES_H  1 
 
94
#endif
 
95
 
 
96
/* Define if you have the <unistd.h> header file. */
 
97
#ifndef ZZIP_HAVE_UNISTD_H 
 
98
#define ZZIP_HAVE_UNISTD_H  1 
 
99
#endif
 
100
 
 
101
/* Define if you have the <winbase.h> header file. */
 
102
/* #undef ZZIP_HAVE_WINBASE_H */
 
103
 
 
104
/* Define if you have the <windows.h> header file. */
 
105
/* #undef ZZIP_HAVE_WINDOWS_H */
 
106
 
 
107
/* Define if you have the <winnt.h> header file. */
 
108
/* #undef ZZIP_HAVE_WINNT_H */
 
109
 
 
110
/* Define if you have the <zlib.h> header file. */
 
111
#ifndef ZZIP_HAVE_ZLIB_H 
 
112
#define ZZIP_HAVE_ZLIB_H  1 
 
113
#endif
 
114
 
 
115
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
 
116
   if it is not supported. */
 
117
/* #undef _zzip_inline */
 
118
 
 
119
/* Define for large files, on AIX-style hosts. */
 
120
/* #undef ZZIP__LARGE_FILES */
 
121
 
 
122
/* whether the system defaults to 32bit off_t but can do 64bit when requested
 
123
   */
 
124
#ifndef ZZIP_LARGEFILE_SENSITIVE 
 
125
#define ZZIP_LARGEFILE_SENSITIVE  1 
 
126
#endif
 
127
 
 
128
/* Define to `long' if <sys/types.h> does not define. */
 
129
/* #undef _zzip_off_t */
 
130
 
 
131
/* Name of package */
 
132
#ifndef ZZIP_PACKAGE 
 
133
#define ZZIP_PACKAGE  "zziplib" 
 
134
#endif
 
135
 
 
136
/* The number of bytes in type int */
 
137
#ifndef ZZIP_SIZEOF_INT 
 
138
#define ZZIP_SIZEOF_INT  4 
 
139
#endif
 
140
 
 
141
/* The number of bytes in type long */
 
142
#ifndef ZZIP_SIZEOF_LONG 
 
143
#define ZZIP_SIZEOF_LONG  4 
 
144
#endif
 
145
 
 
146
/* The number of bytes in type short */
 
147
#ifndef ZZIP_SIZEOF_SHORT 
 
148
#define ZZIP_SIZEOF_SHORT  2 
 
149
#endif
 
150
 
 
151
/* Define to `unsigned' if <sys/types.h> does not define. */
 
152
/* #undef _zzip_size_t */
 
153
 
 
154
/* Define to `int' if <sys/types.h> does not define. */
 
155
/* #undef _zzip_ssize_t */
 
156
 
 
157
/* Define if you have the ANSI C header files. */
 
158
#ifndef ZZIP_STDC_HEADERS 
 
159
#define ZZIP_STDC_HEADERS  1 
 
160
#endif
 
161
 
 
162
/* Version number of package */
 
163
#ifndef ZZIP_VERSION 
 
164
#define ZZIP_VERSION  "0.10.82" 
 
165
#endif
 
166
 
 
167
/* io-wrap needs to wrap systemcalls */
 
168
/* #undef ZZIP_WRAPWRAP */
 
169
 
 
170
/* once: _ZZIP__CONFIG_H */
 
171
#endif