uploaded liboauth for tizen_3.0
[platform/upstream/liboauth.git] / src / config.h.in
1 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7    systems. This function is required for `alloca.c' support on those systems.
8    */
9 #undef CRAY_STACKSEG_END
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Define to 1 if you have `alloca', as a function or macro. */
15 #undef HAVE_ALLOCA
16
17 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18    */
19 #undef HAVE_ALLOCA_H
20
21 /* Define as 1 if you have libcurl */
22 #undef HAVE_CURL
23
24 /* Define to 1 if you have the <curl/curl.h> header file. */
25 #undef HAVE_CURL_CURL_H
26
27 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
28    */
29 #undef HAVE_DIRENT_H
30
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #undef HAVE_DLFCN_H
33
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #undef HAVE_INTTYPES_H
36
37 /* Define to 1 if you have the <math.h> header file. */
38 #undef HAVE_MATH_H
39
40 /* Define to 1 if you have the <memory.h> header file. */
41 #undef HAVE_MEMORY_H
42
43 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
44 #undef HAVE_NDIR_H
45
46 /* Define to 1 if you have the <openssl/hmac.h> header file. */
47 #undef HAVE_OPENSSL_HMAC_H
48
49 /* Define if you can invoke curl via a shell command. This is only used if
50    HAVE_CURL is not defined. */
51 #undef HAVE_SHELL_CURL
52
53 /* Define to 1 if you have the <stdarg.h> header file. */
54 #undef HAVE_STDARG_H
55
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #undef HAVE_STDINT_H
58
59 /* Define to 1 if you have the <stdio.h> header file. */
60 #undef HAVE_STDIO_H
61
62 /* Define to 1 if you have the <stdlib.h> header file. */
63 #undef HAVE_STDLIB_H
64
65 /* Define to 1 if you have the <strings.h> header file. */
66 #undef HAVE_STRINGS_H
67
68 /* Define to 1 if you have the <string.h> header file. */
69 #undef HAVE_STRING_H
70
71 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
72 #undef HAVE_STRUCT_STAT_ST_BLOCKS
73
74 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
75    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
76 #undef HAVE_ST_BLOCKS
77
78 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
79    */
80 #undef HAVE_SYS_DIR_H
81
82 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
83    */
84 #undef HAVE_SYS_NDIR_H
85
86 /* Define to 1 if you have the <sys/stat.h> header file. */
87 #undef HAVE_SYS_STAT_H
88
89 /* Define to 1 if you have the <sys/types.h> header file. */
90 #undef HAVE_SYS_TYPES_H
91
92 /* Define to 1 if you have the <time.h> header file. */
93 #undef HAVE_TIME_H
94
95 /* Define to 1 if you have the <unistd.h> header file. */
96 #undef HAVE_UNISTD_H
97
98 /* Define to the sub-directory in which libtool stores uninstalled libraries.
99    */
100 #undef LT_OBJDIR
101
102 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
103    */
104 #undef MAJOR_IN_MKDEV
105
106 /* Define to 1 if `major', `minor', and `makedev' are declared in
107    <sysmacros.h>. */
108 #undef MAJOR_IN_SYSMACROS
109
110 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
111 #undef NO_MINUS_C_MINUS_O
112
113 /* Define the number of seconds for the HTTP request to timeout; if not
114    defined no timeout (or libcurl default) is used. */
115 #undef OAUTH_CURL_TIMEOUT
116
117 /* Name of package */
118 #undef PACKAGE
119
120 /* Define to the address where bug reports for this package should be sent. */
121 #undef PACKAGE_BUGREPORT
122
123 /* Define to the full name of this package. */
124 #undef PACKAGE_NAME
125
126 /* Define to the full name and version of this package. */
127 #undef PACKAGE_STRING
128
129 /* Define to the one symbol short name of this package. */
130 #undef PACKAGE_TARNAME
131
132 /* Define to the home page for this package. */
133 #undef PACKAGE_URL
134
135 /* Define to the version of this package. */
136 #undef PACKAGE_VERSION
137
138 /* If using the C implementation of alloca, define if you know the
139    direction of stack growth for your system; otherwise it will be
140    automatically deduced at runtime.
141         STACK_DIRECTION > 0 => grows toward higher addresses
142         STACK_DIRECTION < 0 => grows toward lower addresses
143         STACK_DIRECTION = 0 => direction of growth unknown */
144 #undef STACK_DIRECTION
145
146 /* Define to 1 if you have the ANSI C header files. */
147 #undef STDC_HEADERS
148
149 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
150 #undef TM_IN_SYS_TIME
151
152 /* Define to use neither NSS nor OpenSSL */
153 #undef USE_BUILTIN_HASH
154
155 /* Define to use NSS instead of OpenSSL */
156 #undef USE_NSS
157
158 /* Version number of package */
159 #undef VERSION
160
161 /* Define to `unsigned int' if <sys/types.h> does not define. */
162 #undef size_t