~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to mimetic/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-06-16 13:16:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060616131607-245mqjypkjuahq6b
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* mimetic/config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
4
   */
 
5
#undef HAVE_DIRENT_H
 
6
 
 
7
/* Define to 1 if you have the <dlfcn.h> header file. */
 
8
#undef HAVE_DLFCN_H
 
9
 
 
10
/* Define to 1 if you have the `getpagesize' function. */
 
11
#undef HAVE_GETPAGESIZE
 
12
 
 
13
/* Define to 1 if you have the <inttypes.h> header file. */
 
14
#undef HAVE_INTTYPES_H
 
15
 
 
16
/* Define to 1 if you have the `madvise' function. */
 
17
#undef HAVE_MADVISE
 
18
 
 
19
/* Define to 1 if you have the <memory.h> header file. */
 
20
#undef HAVE_MEMORY_H
 
21
 
 
22
/* Define to 1 if you have a working `mmap' system call. */
 
23
#undef HAVE_MMAP
 
24
 
 
25
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
26
#undef HAVE_NDIR_H
 
27
 
 
28
/* Define to 1 if you have the <stdint.h> header file. */
 
29
#undef HAVE_STDINT_H
 
30
 
 
31
/* Define to 1 if you have the <stdlib.h> header file. */
 
32
#undef HAVE_STDLIB_H
 
33
 
 
34
/* Define to 1 if you have the <strings.h> header file. */
 
35
#undef HAVE_STRINGS_H
 
36
 
 
37
/* Define to 1 if you have the <string.h> header file. */
 
38
#undef HAVE_STRING_H
 
39
 
 
40
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
41
   */
 
42
#undef HAVE_SYS_DIR_H
 
43
 
 
44
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
45
   */
 
46
#undef HAVE_SYS_NDIR_H
 
47
 
 
48
/* Define to 1 if you have the <sys/stat.h> header file. */
 
49
#undef HAVE_SYS_STAT_H
 
50
 
 
51
/* Define to 1 if you have the <sys/time.h> header file. */
 
52
#undef HAVE_SYS_TIME_H
 
53
 
 
54
/* Define to 1 if you have the <sys/types.h> header file. */
 
55
#undef HAVE_SYS_TYPES_H
 
56
 
 
57
/* Define to 1 if you have the <unistd.h> header file. */
 
58
#undef HAVE_UNISTD_H
 
59
 
 
60
/* Name of package */
 
61
#undef PACKAGE
 
62
 
 
63
/* Define to the address where bug reports for this package should be sent. */
 
64
#undef PACKAGE_BUGREPORT
 
65
 
 
66
/* Define to the full name of this package. */
 
67
#undef PACKAGE_NAME
 
68
 
 
69
/* Define to the full name and version of this package. */
 
70
#undef PACKAGE_STRING
 
71
 
 
72
/* Define to the one symbol short name of this package. */
 
73
#undef PACKAGE_TARNAME
 
74
 
 
75
/* Define to the version of this package. */
 
76
#undef PACKAGE_VERSION
 
77
 
 
78
/* Define to 1 if you have the ANSI C header files. */
 
79
#undef STDC_HEADERS
 
80
 
 
81
/* Version number of package */
 
82
#undef VERSION
 
83
 
 
84
/* Define to `int' if <sys/types.h> doesn't define. */
 
85
#undef gid_t
 
86
 
 
87
/* Define to `long' if <sys/types.h> does not define. */
 
88
#undef off_t
 
89
 
 
90
/* Define to `unsigned' if <sys/types.h> does not define. */
 
91
#undef size_t
 
92
 
 
93
/* Define to `int' if <sys/types.h> doesn't define. */
 
94
#undef uid_t