wolfssl/ctaocrypt/include/config.h

91 lines
2.7 KiB
C
Raw Normal View History

2011-02-05 13:14:47 -06:00
/* ctaocrypt/include/config.h. Generated from config.h.in by configure. */
/* ctaocrypt/include/config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the `network' library (-lnetwork). */
/* #undef HAVE_LIBNETWORK */
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 or 0, depending whether the compiler supports simple visibility
declarations. */
2011-04-28 18:06:36 -05:00
#define HAVE_VISIBILITY 1
2011-02-05 13:14:47 -06:00
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* Name of package */
#define PACKAGE "cyassl"
/* Define to the address where bug reports for this package should be sent. */
2011-04-27 18:00:22 -05:00
#define PACKAGE_BUGREPORT "http://www.yassl.com"
2011-02-05 13:14:47 -06:00
/* Define to the full name of this package. */
#define PACKAGE_NAME "cyassl"
2011-02-05 13:14:47 -06:00
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "cyassl 1.9.6"
2011-02-05 13:14:47 -06:00
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "cyassl"
2011-02-05 13:14:47 -06:00
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.9.6"
2011-02-05 13:14:47 -06:00
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 8
/* The size of `long long', as computed by sizeof. */
#define SIZEOF_LONG_LONG 8
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
2011-04-09 15:08:56 -05:00
#define VERSION "1.9.6"
2011-02-05 13:14:47 -06:00
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */