/[pearpc]/config.h.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /config.h.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 3656 byte(s)
import upstream CVS
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if you have the <asm/types.h> header file. */
4 #undef HAVE_ASM_TYPES_H
5
6 /* Have TUN/TAP headers? */
7 #undef HAVE_BEOS_TUN
8
9 /* Define to 1 if you have the `exp2' function. */
10 #undef HAVE_EXP2
11
12 /* Define to 1 if you have the `gettimeofday' function. */
13 #undef HAVE_GETTIMEOFDAY
14
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
17
18 /* Define to 1 if you have the <linux/if_tun.h> header file. */
19 #undef HAVE_LINUX_IF_TUN_H
20
21 /* Define to 1 if you have the <linux/netlink.h> header file. */
22 #undef HAVE_LINUX_NETLINK_H
23
24 /* Have TUN/TAP headers? */
25 #undef HAVE_LINUX_TUN
26
27 /* Define to 1 if you have the `log2' function. */
28 #undef HAVE_LOG2
29
30 /* Define to 1 if you have the <mach/clock.h> header file. */
31 #undef HAVE_MACH_CLOCK_H
32
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
35
36 /* Define to 1 if you have the `memset' function. */
37 #undef HAVE_MEMSET
38
39 /* Define to 1 if you have the <pthread.h> header file. */
40 #undef HAVE_PTHREAD_H
41
42 /* Define to 1 if you have the `setenv' function. */
43 #undef HAVE_SETENV
44
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #undef HAVE_STDINT_H
47
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #undef HAVE_STDLIB_H
50
51 /* Define to 1 if you have the <strings.h> header file. */
52 #undef HAVE_STRINGS_H
53
54 /* Define to 1 if you have the <string.h> header file. */
55 #undef HAVE_STRING_H
56
57 /* Define to 1 if you have the <sys/socket.h> header file. */
58 #undef HAVE_SYS_SOCKET_H
59
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #undef HAVE_SYS_STAT_H
62
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #undef HAVE_SYS_TYPES_H
65
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #undef HAVE_UNISTD_H
68
69 /* Which host endianess/byte-order? */
70 #undef HOST_ENDIANESS
71
72 /* big-endian byte-order helper constant */
73 #undef HOST_ENDIANESS_BE
74
75 /* little-endian byte-order helper constant */
76 #undef HOST_ENDIANESS_LE
77
78 /* Define to the address where bug reports for this package should be sent. */
79 #undef PACKAGE_BUGREPORT
80
81 /* Define to the full name of this package. */
82 #undef PACKAGE_NAME
83
84 /* Define to the full name and version of this package. */
85 #undef PACKAGE_STRING
86
87 /* Define to the one symbol short name of this package. */
88 #undef PACKAGE_TARNAME
89
90 /* Define to the version of this package. */
91 #undef PACKAGE_VERSION
92
93 /* Have pthread.h? */
94 #undef PTHREAD_HDR
95
96 /* The size of `char', as computed by sizeof. */
97 #undef SIZEOF_CHAR
98
99 /* The size of `int', as computed by sizeof. */
100 #undef SIZEOF_INT
101
102 /* The size of `long int', as computed by sizeof. */
103 #undef SIZEOF_LONG_INT
104
105 /* The size of `long long', as computed by sizeof. */
106 #undef SIZEOF_LONG_LONG
107
108 /* The size of `short', as computed by sizeof. */
109 #undef SIZEOF_SHORT
110
111 /* Define to 1 if you have the ANSI C header files. */
112 #undef STDC_HEADERS
113
114 /* Location of system/arch/$ARCH_DIR/sysendian.h */
115 #undef SYSTEM_ARCH_SPECIFIC_ENDIAN_DIR
116
117 /* Location of system/arch/$ARCH_DIR/sysfeatures.h */
118 #undef SYSTEM_ARCH_SPECIFIC_FEATURES_DIR
119
120 /* Location of system/osapi/$OSAPI_DIR/types.h */
121 #undef SYSTEM_OSAPI_SPECIFIC_TYPES_HDR
122
123 /* Which signal to use for clock timer */
124 #undef SYSTIMER_SIGNAL
125
126 /* Prefer POSIX realtime clock API */
127 #undef USE_POSIX_REALTIME_CLOCK
128
129 /* Use interval timer clock API */
130 #undef USE_POSIX_SETITIMER
131
132 /* Define to 1 if the X Window System is missing or not being used. */
133 #undef X_DISPLAY_MISSING
134
135 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
136 `char[]'. */
137 #undef YYTEXT_POINTER
138
139 /* Define to empty if `const' does not conform to ANSI C. */
140 #undef const

  ViewVC Help
Powered by ViewVC 1.1.26