2 *****************************************************************************
\r
6 * Author: Damien S. Stuart
\r
8 * Purpose: Common definition header for libfko source files (Windows build).
\r
10 * Copyright (C) 2008 Damien Stuart (dstuart@dstuart.org)
\r
12 * License (GNU Public License):
\r
14 * This program is distributed in the hope that it will be useful,
\r
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
17 * GNU General Public License for more details.
\r
19 * You should have received a copy of the GNU General Public License
\r
20 * along with this program; if not, write to the Free Software
\r
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
\r
24 *****************************************************************************
\r
29 /* Define to 1 if you have the `bzero' function. */
\r
32 /* Define to 1 if you have the <ctype.h> header file. */
\r
33 #define HAVE_CTYPE_H 1
\r
35 /* Define to 1 if you have the <dlfcn.h> header file. */
\r
38 /* Define to 1 if you have the <endian.h> header file. */
\r
39 #undef HAVE_ENDIAN_H
\r
41 /* Define to 1 if you have the `gettimeofday' function. */
\r
42 #undef HAVE_GETTIMEOFDAY
\r
44 /* Define to 1 if you have the <inttypes.h> header file. */
\r
45 #undef HAVE_INTTYPES_H
\r
47 /* Define if you have libgpgme */
\r
48 #undef HAVE_LIBGPGME
\r
50 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
\r
54 /* Define to 1 if you have the `memmove' function. */
\r
55 #define HAVE_MEMMOVE 1
\r
57 /* Define to 1 if you have the <memory.h> header file. */
\r
58 #undef HAVE_MEMORY_H
\r
60 /* Define to 1 if you have the `memset' function. */
\r
61 #define HAVE_MEMSET 1
\r
63 /* Define to 1 if you have the <netinet/in.h> header file. */
\r
64 #undef HAVE_NETINET_IN_H
\r
66 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
\r
67 and to 0 otherwise. */
\r
70 /* Define to 1 if you have the `socket' function. */
\r
73 /* Define to 1 if `stat' has the bug that it succeeds when given the
\r
74 zero-length file name argument. */
\r
75 #undef HAVE_STAT_EMPTY_STRING_BUG
\r
77 /* Define to 1 if you have the <stdint.h> header file. */
\r
78 #undef HAVE_STDINT_H
\r
80 /* Define to 1 if you have the <stdlib.h> header file. */
\r
81 #define HAVE_STDLIB_H 1
\r
83 /* Define to 1 if you have the `strchr' function. */
\r
84 #define HAVE_STRCHR 1
\r
86 /* Define to 1 if you have the `strcspn' function. */
\r
87 #define HAVE_STRCSPN 1
\r
89 /* Define to 1 if you have the `strdup' function. */
\r
90 #define HAVE_STRDUP 1
\r
92 /* Define to 1 if you have the <strings.h> header file. */
\r
93 #undef HAVE_STRINGS_H
\r
95 /* Define to 1 if you have the <string.h> header file. */
\r
96 #define HAVE_STRING_H 1
\r
98 /* Define to 1 if you have the `strncasecmp' function. */
\r
99 #define HAVE_STRNCASECMP 1
\r
101 /* Define to 1 if you have the `strndup' function. */
\r
102 #define HAVE_STRNDUP 1
\r
104 /* Define to 1 if you have the `strrchr' function. */
\r
105 #define HAVE_STRRCHR 1
\r
107 /* Define to 1 if you have the `strspn' function. */
\r
108 #define HAVE_STRSPN 1
\r
110 /* Define to 1 if you have the <sys/byteorder.h> header file. */
\r
111 #undef HAVE_SYS_BYTEORDER_H
\r
113 /* Define to 1 if you have the <sys/endian.h> header file. */
\r
114 #undef HAVE_SYS_ENDIAN_H
\r
116 /* Define to 1 if you have the <errno.h> header file. */
\r
117 #define HAVE_ERRNO_H 1
\r
119 /* Define to 1 if you have the <sys/socket.h> header file. */
\r
120 #undef HAVE_SYS_SOCKET_H
\r
122 /* Define to 1 if you have the <sys/stat.h> header file. */
\r
123 #undef HAVE_SYS_STAT_H
\r
125 /* Define to 1 if you have the <sys/time.h> header file. */
\r
126 #undef HAVE_SYS_TIME_H
\r
128 /* Define to 1 if you have the <sys/types.h> header file. */
\r
129 #undef HAVE_SYS_TYPES_H
\r
131 /* Define to 1 if you have the <termios.h> header file. */
\r
132 #undef HAVE_TERMIOS_H
\r
134 /* Define to 1 if the system has the type `uint32_t'. */
\r
135 #undef HAVE_UINT32_T
\r
137 /* Define to 1 if the system has the type `uint8_t'. */
\r
138 #undef HAVE_UINT8_T
\r
140 /* Define to 1 if you have the <unistd.h> header file. */
\r
141 #undef HAVE_UNISTD_H
\r
143 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
\r
145 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
\r
147 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
\r
148 #undef NO_MINUS_C_MINUS_O
\r
150 /* Name of package */
\r
153 /* Define to the address where bug reports for this package should be sent. */
\r
154 #undef PACKAGE_BUGREPORT
\r
156 /* Define to the full name of this package. */
\r
157 #undef PACKAGE_NAME
\r
159 /* Define to the full name and version of this package. */
\r
160 #undef PACKAGE_STRING
\r
162 /* Define to the one symbol short name of this package. */
\r
163 #undef PACKAGE_TARNAME
\r
165 /* Define to the version of this package. */
\r
166 #undef PACKAGE_VERSION
\r
168 /* The size of `unsigned int', as computed by sizeof. */
\r
169 #undef SIZEOF_UNSIGNED_INT
\r
171 /* Define to 1 if you have the ANSI C header files. */
\r
172 #define STDC_HEADERS 1
\r
174 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
\r
175 #undef TIME_WITH_SYS_TIME
\r
177 /* Version number of package */
\r
178 #define VERSION "2.0"
\r
180 /* Define to 1 if your processor stores words with the most significant byte
\r
181 first (like Motorola and SPARC, unlike Intel and VAX). */
\r
182 #undef WORDS_BIGENDIAN
\r
184 /* Enable GNU extensions on systems that have them. */
\r
185 #ifndef _GNU_SOURCE
\r
186 # undef _GNU_SOURCE
\r
189 /* Define to empty if `const' does not conform to ANSI C. */
\r
192 /* Define to rpl_malloc if the replacement function should be used. */
\r
195 /* Define to `long int' if <sys/types.h> does not define. */
\r
198 /* Define to rpl_realloc if the replacement function should be used. */
\r
201 /* Define to `unsigned int' if <sys/types.h> does not define. */
\r
205 #endif /* CONFIG_H */
\r