123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- /* ctaocrypt/include/ctc_config.h. Generated from ctc_config.h.in by configure. */
- /* ctaocrypt/include/ctc_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. */
- #define HAVE_VISIBILITY 1
- /* 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. */
- #define PACKAGE_BUGREPORT "http://www.yassl.com"
- /* Define to the full name of this package. */
- #define PACKAGE_NAME "cyassl"
- /* Define to the full name and version of this package. */
- #define PACKAGE_STRING "cyassl 2.0.0rc2"
- /* Define to the one symbol short name of this package. */
- #define PACKAGE_TARNAME "cyassl"
- /* Define to the version of this package. */
- #define PACKAGE_VERSION "2.0.0rc2"
- /* 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 */
- #define VERSION "2.0.0rc2"
- /* 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 */
|