Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

beecrypt/config.h

Go to the documentation of this file.
00001 /* config.h.  Generated by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 
00005 #ifndef _REENTRANT
00006 #define _REENTRANT
00007 #endif
00008 
00009 
00010 /* Define to 1 if you are using AIX */
00011 /* #undef AIX */
00012 
00013 /* Define to 1 if you are using Cygwin */
00014 /* #undef CYGWIN */
00015 
00016 /* Define to 1 if you are using Darwin/MacOS X */
00017 /* #undef DARWIN */
00018 
00019 /* Define to 1 if you want to enable asynchronous I/O support */
00020 #define ENABLE_AIO 1
00021 
00022 /* Define to 1 if you want to enable multithread support */
00023 #define ENABLE_THREADS 1
00024 
00025 /* Define to 1 if you are using FreeBSD */
00026 /* #undef FREEBSD */
00027 
00028 /* Define to 1 if you have the <aio.h> header file. */
00029 #define HAVE_AIO_H 1
00030 
00031 /* Define to 1 if you have the <ctype.h> header file. */
00032 #define HAVE_CTYPE_H 1
00033 
00034 /* Define to 1 if your system has device /dev/audio */
00035 /* #undef HAVE_DEV_AUDIO */
00036 
00037 /* Define to 1 if your system has device /dev/dsp */
00038 /* #undef HAVE_DEV_DSP */
00039 
00040 /* Define to 1 if your system has device /dev/random */
00041 #define HAVE_DEV_RANDOM 1
00042 
00043 /* Define to 1 if your system has device /dev/tty */
00044 #define HAVE_DEV_TTY 1
00045 
00046 /* Define to 1 if your system has device /dev/urandom */
00047 #define HAVE_DEV_URANDOM 1
00048 
00049 /* Define to 1 if you have the <dlfcn.h> header file. */
00050 #define HAVE_DLFCN_H 1
00051 
00052 /* Define to 1 if you have the <errno.h> header file. */
00053 #define HAVE_ERRNO_H 1
00054 
00055 /* Define to 1 if you have the <fcntl.h> header file. */
00056 #define HAVE_FCNTL_H 1
00057 
00058 /* Define to 1 if you have the `gethrtime' function. */
00059 /* #undef HAVE_GETHRTIME */
00060 
00061 /* Define to 1 if you have the `gettimeofday' function. */
00062 #define HAVE_GETTIMEOFDAY 1
00063 
00064 /* Define to 1 if you have the <inttypes.h> header file. */
00065 #define HAVE_INTTYPES_H 1
00066 
00067 /* Define to 1 if you have the `mtmalloc' library (-lmtmalloc). */
00068 /* #undef HAVE_LIBMTMALLOC */
00069 
00070 /* Define to 1 if you have the `pthread' library (-lpthread). */
00071 #define HAVE_LIBPTHREAD 1
00072 
00073 /* Define to 1 if you have the `thread' library (-lthread). */
00074 /* #undef HAVE_LIBTHREAD */
00075 
00076 /* Define to 1 if your compiler knows the 'long long' type */
00077 #define HAVE_LONG_LONG 1
00078 
00079 /* Define to 1 if your system has a working `malloc' function. */
00080 #define HAVE_MALLOC 1
00081 
00082 /* Define to 1 if you have the <malloc.h> header file. */
00083 #define HAVE_MALLOC_H 1
00084 
00085 /* Define to 1 if you have the `memcmp' function. */
00086 #define HAVE_MEMCMP 1
00087 
00088 /* Define to 1 if you have the `memmove' function. */
00089 #define HAVE_MEMMOVE 1
00090 
00091 /* Define to 1 if you have the <memory.h> header file. */
00092 #define HAVE_MEMORY_H 1
00093 
00094 /* Define to 1 if you have the `memset' function. */
00095 #define HAVE_MEMSET 1
00096 
00097 /* Define to 1 if you have the <mtmalloc.h> header file. */
00098 /* #undef HAVE_MTMALLOC_H */
00099 
00100 /* Define to 1 if you have the <pthread.h> header file. */
00101 #define HAVE_PTHREAD_H 1
00102 
00103 /* Define to 1 if you have the <semaphore.h> header file. */
00104 #define HAVE_SEMAPHORE_H 1
00105 
00106 /* Define to 1 if `stat' has the bug that it succeeds when given the
00107    zero-length file name argument. */
00108 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
00109 
00110 /* Define to 1 if you have the <stdint.h> header file. */
00111 #define HAVE_STDINT_H 1
00112 
00113 /* Define to 1 if you have the <stdlib.h> header file. */
00114 #define HAVE_STDLIB_H 1
00115 
00116 /* Define to 1 if you have the `strcspn' function. */
00117 #define HAVE_STRCSPN 1
00118 
00119 /* Define to 1 if you have the `strerror' function. */
00120 #define HAVE_STRERROR 1
00121 
00122 /* Define to 1 if you have the <strings.h> header file. */
00123 #define HAVE_STRINGS_H 1
00124 
00125 /* . */
00126 #define HAVE_STRING_H 1
00127 
00128 /* Define to 1 if you have the `strspn' function. */
00129 #define HAVE_STRSPN 1
00130 
00131 /* Define to 1 if you have the <synch.h> header file. */
00132 /* #undef HAVE_SYNCH_H */
00133 
00134 /* Define to 1 if you have the <sys/audioio.h> header file. */
00135 /* #undef HAVE_SYS_AUDIOIO_H */
00136 
00137 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00138 #define HAVE_SYS_IOCTL_H 1
00139 
00140 /* Define to 1 if you have the <sys/soundcard.h> header file. */
00141 #define HAVE_SYS_SOUNDCARD_H 1
00142 
00143 /* . */
00144 #define HAVE_SYS_STAT_H 1
00145 
00146 /* Define to 1 if you have the <sys/time.h> header file. */
00147 #define HAVE_SYS_TIME_H 1
00148 
00149 /* . */
00150 #define HAVE_SYS_TYPES_H 1
00151 
00152 /* Define to 1 if you have the <termios.h> header file. */
00153 #define HAVE_TERMIOS_H 1
00154 
00155 /* Define to 1 if you have the <termio.h> header file. */
00156 #define HAVE_TERMIO_H 1
00157 
00158 /* Define to 1 if you have the <thread.h> header file. */
00159 /* #undef HAVE_THREAD_H */
00160 
00161 /* Define to 1 if you have the <time.h> header file. */
00162 #define HAVE_TIME_H 1
00163 
00164 /* . */
00165 #define HAVE_UNISTD_H 1
00166 
00167 /* Define to 1 if your compiler knows the 'unsigned long long' type */
00168 #define HAVE_UNSIGNED_LONG_LONG 1
00169 
00170 /* Define to 1 if you are using HPUX */
00171 /* #undef HPUX */
00172 
00173 /* Define to 1 if you want to include the Java code */
00174 /* #undef JAVAGLUE */
00175 
00176 /* Define to 1 if your system compiles object names with leading underscores
00177    */
00178 /* #undef LEADING_UNDERSCORE */
00179 
00180 /* Define to 1 if you are using GNU/Linux */
00181 #define LINUX 1
00182 
00183 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
00184    slash. */
00185 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
00186 
00187 /* Define to 1 if you are using NetBSD */
00188 /* #undef NETBSD */
00189 
00190 /* Define to 1 if you are using OpenBSD */
00191 /* #undef OPENBSD */
00192 
00193 /* Define to 1 if you are using OSF */
00194 /* #undef OSF */
00195 
00196 /* Name of package */
00197 #define PACKAGE "beecrypt"
00198 
00199 /* Define to the address where bug reports for this package should be sent. */
00200 #define PACKAGE_BUGREPORT "bob.deblier@pandora.be"
00201 
00202 /* Define to the full name of this package. */
00203 #define PACKAGE_NAME "beecrypt"
00204 
00205 /* Define to the full name and version of this package. */
00206 #define PACKAGE_STRING "beecrypt 2.2.0"
00207 
00208 /* Define to the one symbol short name of this package. */
00209 #define PACKAGE_TARNAME "beecrypt"
00210 
00211 /* Define to the version of this package. */
00212 #define PACKAGE_VERSION "2.2.0"
00213 
00214 /* Define to 1 if you are using QNX */
00215 /* #undef QNX */
00216 
00217 /* Define to 1 if you are using SCO Unix */
00218 /* #undef SCO_UNIX */
00219 
00220 /* The size of a `char', as computed by sizeof. */
00221 #define SIZEOF_CHAR 1
00222 
00223 /* The size of a `double', as computed by sizeof. */
00224 #define SIZEOF_DOUBLE 8
00225 
00226 /* The size of a `float', as computed by sizeof. */
00227 #define SIZEOF_FLOAT 4
00228 
00229 /* The size of a `int', as computed by sizeof. */
00230 #define SIZEOF_INT 4
00231 
00232 /* The size of a `long', as computed by sizeof. */
00233 #define SIZEOF_LONG 4
00234 
00235 /* The size of a `long long', as computed by sizeof. */
00236 #define SIZEOF_LONG_LONG 8
00237 
00238 /* The size of a `short', as computed by sizeof. */
00239 #define SIZEOF_SHORT 2
00240 
00241 /* The size of a `unsigned char', as computed by sizeof. */
00242 #define SIZEOF_UNSIGNED_CHAR 1
00243 
00244 /* The size of a `unsigned int', as computed by sizeof. */
00245 #define SIZEOF_UNSIGNED_INT 4
00246 
00247 /* The size of a `unsigned long', as computed by sizeof. */
00248 #define SIZEOF_UNSIGNED_LONG 4
00249 
00250 /* The size of a `unsigned long long', as computed by sizeof. */
00251 #define SIZEOF_UNSIGNED_LONG_LONG 8
00252 
00253 /* The size of a `unsigned short', as computed by sizeof. */
00254 #define SIZEOF_UNSIGNED_SHORT 2
00255 
00256 /* Define to 1 if you are using Solaris */
00257 /* #undef SOLARIS */
00258 
00259 /* Define to 1 if you have the ANSI C header files. */
00260 #define STDC_HEADERS 1
00261 
00262 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00263 #define TIME_WITH_SYS_TIME 1
00264 
00265 /* Version number of package */
00266 #define VERSION "2.2.0"
00267 
00268 
00269 #ifndef WIN32
00270 /* #undef WIN32 */
00271 #endif
00272 
00273 /* Define to 1 if your processor stores words with the most significant byte
00274    first (like Motorola and SPARC, unlike Intel and VAX). */
00275 /* #undef WORDS_BIGENDIAN */
00276 
00277 /* Define to empty if `const' does not conform to ANSI C. */
00278 /* #undef const */
00279 
00280 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
00281    if it is not supported. */
00282 /* #undef inline */
00283 
00284 
00285 #if LINUX
00286 #define _LIBC_REENTRANT
00287 #endif
00288 

Generated on Tue Sep 17 15:56:39 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002