annotate config.h.in @ 1:551433a01cab

initial coding
author carl
date Wed, 23 Nov 2005 19:29:14 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
551433a01cab initial coding
carl
parents:
diff changeset
1 /* config.h.in. Generated from configure.in by autoheader. */
551433a01cab initial coding
carl
parents:
diff changeset
2
551433a01cab initial coding
carl
parents:
diff changeset
3 /* Define to 1 if you have the <dlfcn.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
4 #undef HAVE_DLFCN_H
551433a01cab initial coding
carl
parents:
diff changeset
5
551433a01cab initial coding
carl
parents:
diff changeset
6 /* Define to 1 if you have the <inttypes.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
7 #undef HAVE_INTTYPES_H
551433a01cab initial coding
carl
parents:
diff changeset
8
551433a01cab initial coding
carl
parents:
diff changeset
9 /* Define to 1 if you have the <memory.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
10 #undef HAVE_MEMORY_H
551433a01cab initial coding
carl
parents:
diff changeset
11
551433a01cab initial coding
carl
parents:
diff changeset
12 /* Define to 1 if you have the <stdint.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
13 #undef HAVE_STDINT_H
551433a01cab initial coding
carl
parents:
diff changeset
14
551433a01cab initial coding
carl
parents:
diff changeset
15 /* Define to 1 if you have the <stdlib.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
16 #undef HAVE_STDLIB_H
551433a01cab initial coding
carl
parents:
diff changeset
17
551433a01cab initial coding
carl
parents:
diff changeset
18 /* Define to 1 if you have the <strings.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
19 #undef HAVE_STRINGS_H
551433a01cab initial coding
carl
parents:
diff changeset
20
551433a01cab initial coding
carl
parents:
diff changeset
21 /* Define to 1 if you have the <string.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
22 #undef HAVE_STRING_H
551433a01cab initial coding
carl
parents:
diff changeset
23
551433a01cab initial coding
carl
parents:
diff changeset
24 /* Define to 1 if you have the <sys/stat.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
25 #undef HAVE_SYS_STAT_H
551433a01cab initial coding
carl
parents:
diff changeset
26
551433a01cab initial coding
carl
parents:
diff changeset
27 /* Define to 1 if you have the <sys/types.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
28 #undef HAVE_SYS_TYPES_H
551433a01cab initial coding
carl
parents:
diff changeset
29
551433a01cab initial coding
carl
parents:
diff changeset
30 /* Define to 1 if you have the <unistd.h> header file. */
551433a01cab initial coding
carl
parents:
diff changeset
31 #undef HAVE_UNISTD_H
551433a01cab initial coding
carl
parents:
diff changeset
32
551433a01cab initial coding
carl
parents:
diff changeset
33 /* Name of package */
551433a01cab initial coding
carl
parents:
diff changeset
34 #undef PACKAGE
551433a01cab initial coding
carl
parents:
diff changeset
35
551433a01cab initial coding
carl
parents:
diff changeset
36 /* Define to the address where bug reports for this package should be sent. */
551433a01cab initial coding
carl
parents:
diff changeset
37 #undef PACKAGE_BUGREPORT
551433a01cab initial coding
carl
parents:
diff changeset
38
551433a01cab initial coding
carl
parents:
diff changeset
39 /* Define to the full name of this package. */
551433a01cab initial coding
carl
parents:
diff changeset
40 #undef PACKAGE_NAME
551433a01cab initial coding
carl
parents:
diff changeset
41
551433a01cab initial coding
carl
parents:
diff changeset
42 /* Define to the full name and version of this package. */
551433a01cab initial coding
carl
parents:
diff changeset
43 #undef PACKAGE_STRING
551433a01cab initial coding
carl
parents:
diff changeset
44
551433a01cab initial coding
carl
parents:
diff changeset
45 /* Define to the one symbol short name of this package. */
551433a01cab initial coding
carl
parents:
diff changeset
46 #undef PACKAGE_TARNAME
551433a01cab initial coding
carl
parents:
diff changeset
47
551433a01cab initial coding
carl
parents:
diff changeset
48 /* Define to the version of this package. */
551433a01cab initial coding
carl
parents:
diff changeset
49 #undef PACKAGE_VERSION
551433a01cab initial coding
carl
parents:
diff changeset
50
551433a01cab initial coding
carl
parents:
diff changeset
51 /* Define to 1 if you have the ANSI C header files. */
551433a01cab initial coding
carl
parents:
diff changeset
52 #undef STDC_HEADERS
551433a01cab initial coding
carl
parents:
diff changeset
53
551433a01cab initial coding
carl
parents:
diff changeset
54 /* Version number of package */
551433a01cab initial coding
carl
parents:
diff changeset
55 #undef VERSION