~ubuntu-branches/ubuntu/quantal/fbterm-ucimf/quantal

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Aron Xu
  • Date: 2010-01-30 14:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100130140631-lxlcr8er962pperf
Tags: upstream-0.2.6
ImportĀ upstreamĀ versionĀ 0.2.6

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 <dlfcn.h> header file. */
 
4
#undef HAVE_DLFCN_H
 
5
 
 
6
/* Define to 1 if you have the `fork' function. */
 
7
#undef HAVE_FORK
 
8
 
 
9
/* Define to 1 if you have the <inttypes.h> header file. */
 
10
#undef HAVE_INTTYPES_H
 
11
 
 
12
/* Define to 1 if you have the `ucimf' library (-lucimf). */
 
13
#undef HAVE_LIBUCIMF
 
14
 
 
15
/* Define to 1 if you have the <memory.h> header file. */
 
16
#undef HAVE_MEMORY_H
 
17
 
 
18
/* Define to 1 if you have the `setenv' function. */
 
19
#undef HAVE_SETENV
 
20
 
 
21
/* Define to 1 if stdbool.h conforms to C99. */
 
22
#undef HAVE_STDBOOL_H
 
23
 
 
24
/* Define to 1 if you have the <stdint.h> header file. */
 
25
#undef HAVE_STDINT_H
 
26
 
 
27
/* Define to 1 if you have the <stdlib.h> header file. */
 
28
#undef HAVE_STDLIB_H
 
29
 
 
30
/* Define to 1 if you have the <strings.h> header file. */
 
31
#undef HAVE_STRINGS_H
 
32
 
 
33
/* Define to 1 if you have the <string.h> header file. */
 
34
#undef HAVE_STRING_H
 
35
 
 
36
/* Define to 1 if you have the `strtol' function. */
 
37
#undef HAVE_STRTOL
 
38
 
 
39
/* Define to 1 if you have the <sys/socket.h> header file. */
 
40
#undef HAVE_SYS_SOCKET_H
 
41
 
 
42
/* Define to 1 if you have the <sys/stat.h> header file. */
 
43
#undef HAVE_SYS_STAT_H
 
44
 
 
45
/* Define to 1 if you have the <sys/types.h> header file. */
 
46
#undef HAVE_SYS_TYPES_H
 
47
 
 
48
/* Define to 1 if you have the <unistd.h> header file. */
 
49
#undef HAVE_UNISTD_H
 
50
 
 
51
/* Define to 1 if you have the `vfork' function. */
 
52
#undef HAVE_VFORK
 
53
 
 
54
/* Define to 1 if you have the <vfork.h> header file. */
 
55
#undef HAVE_VFORK_H
 
56
 
 
57
/* Define to 1 if `fork' works. */
 
58
#undef HAVE_WORKING_FORK
 
59
 
 
60
/* Define to 1 if `vfork' works. */
 
61
#undef HAVE_WORKING_VFORK
 
62
 
 
63
/* Define to 1 if the system has the type `_Bool'. */
 
64
#undef HAVE__BOOL
 
65
 
 
66
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
67
   */
 
68
#undef LT_OBJDIR
 
69
 
 
70
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
71
#undef NO_MINUS_C_MINUS_O
 
72
 
 
73
/* Name of package */
 
74
#undef PACKAGE
 
75
 
 
76
/* Define to the address where bug reports for this package should be sent. */
 
77
#undef PACKAGE_BUGREPORT
 
78
 
 
79
/* Define to the full name of this package. */
 
80
#undef PACKAGE_NAME
 
81
 
 
82
/* Define to the full name and version of this package. */
 
83
#undef PACKAGE_STRING
 
84
 
 
85
/* Define to the one symbol short name of this package. */
 
86
#undef PACKAGE_TARNAME
 
87
 
 
88
/* Define to the version of this package. */
 
89
#undef PACKAGE_VERSION
 
90
 
 
91
/* Define to 1 if you have the ANSI C header files. */
 
92
#undef STDC_HEADERS
 
93
 
 
94
#undef USE_DEBUG
 
95
 
 
96
/* Version number of package */
 
97
#undef VERSION
 
98
 
 
99
/* Define to `int' if <sys/types.h> does not define. */
 
100
#undef pid_t
 
101
 
 
102
/* Define as `fork' if `vfork' does not work. */
 
103
#undef vfork