~ubuntu-branches/ubuntu/edgy/ltspfs/edgy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2006-08-22 10:41:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060822104114-7eh0eqle4n07oxhx
Tags: 0.2-0ubuntu1
added lbmount source and integration scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
/* Define to 1 if you have the <arpa/inet.h> header file. */
4
 
#undef HAVE_ARPA_INET_H
5
 
 
6
 
/* Define to 1 if you have the `bzero' function. */
7
 
#undef HAVE_BZERO
8
 
 
9
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
10
 
   */
11
 
#undef HAVE_DIRENT_H
12
 
 
13
 
/* Define to 1 if you have the <fcntl.h> header file. */
14
 
#undef HAVE_FCNTL_H
15
 
 
16
 
/* Define to 1 if you have the <fuse.h> header file. */
17
 
#undef HAVE_FUSE_H
18
 
 
19
 
/* Define to 1 if you have the `gethostbyname' function. */
20
 
#undef HAVE_GETHOSTBYNAME
21
 
 
22
 
/* Define to 1 if you have the <inttypes.h> header file. */
23
 
#undef HAVE_INTTYPES_H
24
 
 
25
 
/* Define to 1 if you have the `fuse' library (-lfuse). */
26
 
#undef HAVE_LIBFUSE
27
 
 
28
 
/* Define to 1 if you have the `pthread' library (-lpthread). */
29
 
#undef HAVE_LIBPTHREAD
30
 
 
31
 
/* Define to 1 if you have the <memory.h> header file. */
32
 
#undef HAVE_MEMORY_H
33
 
 
34
 
/* Define to 1 if you have the `memset' function. */
35
 
#undef HAVE_MEMSET
36
 
 
37
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
38
 
#undef HAVE_NDIR_H
39
 
 
40
 
/* Define to 1 if you have the <netdb.h> header file. */
41
 
#undef HAVE_NETDB_H
42
 
 
43
 
/* Define to 1 if you have the <netinet/in.h> header file. */
44
 
#undef HAVE_NETINET_IN_H
45
 
 
46
 
/* Define to 1 if you have the `socket' function. */
47
 
#undef HAVE_SOCKET
48
 
 
49
 
/* Define to 1 if you have the <stdint.h> header file. */
50
 
#undef HAVE_STDINT_H
51
 
 
52
 
/* Define to 1 if you have the <stdlib.h> header file. */
53
 
#undef HAVE_STDLIB_H
54
 
 
55
 
/* Define to 1 if you have the <strings.h> header file. */
56
 
#undef HAVE_STRINGS_H
57
 
 
58
 
/* Define to 1 if you have the <string.h> header file. */
59
 
#undef HAVE_STRING_H
60
 
 
61
 
/* Define to 1 if you have the `strtoul' function. */
62
 
#undef HAVE_STRTOUL
63
 
 
64
 
/* Define to 1 if you have the `strtoull' function. */
65
 
#undef HAVE_STRTOULL
66
 
 
67
 
/* Define to 1 if `st_blksize' is member of `struct stat'. */
68
 
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
69
 
 
70
 
/* Define to 1 if `st_blocks' is member of `struct stat'. */
71
 
#undef HAVE_STRUCT_STAT_ST_BLOCKS
72
 
 
73
 
/* Define to 1 if `st_rdev' is member of `struct stat'. */
74
 
#undef HAVE_STRUCT_STAT_ST_RDEV
75
 
 
76
 
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
77
 
   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
78
 
#undef HAVE_ST_BLOCKS
79
 
 
80
 
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
81
 
   */
82
 
#undef HAVE_SYS_DIR_H
83
 
 
84
 
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
85
 
   */
86
 
#undef HAVE_SYS_NDIR_H
87
 
 
88
 
/* Define to 1 if you have the <sys/socket.h> header file. */
89
 
#undef HAVE_SYS_SOCKET_H
90
 
 
91
 
/* Define to 1 if you have the <sys/statfs.h> header file. */
92
 
#undef HAVE_SYS_STATFS_H
93
 
 
94
 
/* Define to 1 if you have the <sys/stat.h> header file. */
95
 
#undef HAVE_SYS_STAT_H
96
 
 
97
 
/* Define to 1 if you have the <sys/types.h> header file. */
98
 
#undef HAVE_SYS_TYPES_H
99
 
 
100
 
/* Define to 1 if you have the <unistd.h> header file. */
101
 
#undef HAVE_UNISTD_H
102
 
 
103
 
/* Define to the address where bug reports for this package should be sent. */
104
 
#undef PACKAGE_BUGREPORT
105
 
 
106
 
/* Define to the full name of this package. */
107
 
#undef PACKAGE_NAME
108
 
 
109
 
/* Define to the full name and version of this package. */
110
 
#undef PACKAGE_STRING
111
 
 
112
 
/* Define to the one symbol short name of this package. */
113
 
#undef PACKAGE_TARNAME
114
 
 
115
 
/* Define to the version of this package. */
116
 
#undef PACKAGE_VERSION
117
 
 
118
 
/* Define to 1 if you have the ANSI C header files. */
119
 
#undef STDC_HEADERS
120
 
 
121
 
/* Define to empty if `const' does not conform to ANSI C. */
122
 
#undef const
123
 
 
124
 
/* Define to `int' if <sys/types.h> doesn't define. */
125
 
#undef gid_t
126
 
 
127
 
/* Define to `int' if <sys/types.h> does not define. */
128
 
#undef mode_t
129
 
 
130
 
/* Define to `long' if <sys/types.h> does not define. */
131
 
#undef off_t
132
 
 
133
 
/* Define to `unsigned' if <sys/types.h> does not define. */
134
 
#undef size_t
135
 
 
136
 
/* Define to `int' if <sys/types.h> doesn't define. */
137
 
#undef uid_t