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