config.h.in 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* ctaocrypt/include/config.h.in. Generated from configure.in by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* Define to 1 if you have the <errno.h> header file. */
  5. #undef HAVE_ERRNO_H
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Define to 1 if you have the `network' library (-lnetwork). */
  9. #undef HAVE_LIBNETWORK
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #undef HAVE_MEMORY_H
  12. /* Define if you have POSIX threads libraries and header files. */
  13. #undef HAVE_PTHREAD
  14. /* Define to 1 if you have the <stdint.h> header file. */
  15. #undef HAVE_STDINT_H
  16. /* Define to 1 if you have the <stdlib.h> header file. */
  17. #undef HAVE_STDLIB_H
  18. /* Define to 1 if you have the <strings.h> header file. */
  19. #undef HAVE_STRINGS_H
  20. /* Define to 1 if you have the <string.h> header file. */
  21. #undef HAVE_STRING_H
  22. /* Define to 1 if you have the <sys/stat.h> header file. */
  23. #undef HAVE_SYS_STAT_H
  24. /* Define to 1 if you have the <sys/types.h> header file. */
  25. #undef HAVE_SYS_TYPES_H
  26. /* Define to 1 if you have the <unistd.h> header file. */
  27. #undef HAVE_UNISTD_H
  28. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  29. */
  30. #undef LT_OBJDIR
  31. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  32. #undef NO_MINUS_C_MINUS_O
  33. /* Name of package */
  34. #undef PACKAGE
  35. /* Define to the address where bug reports for this package should be sent. */
  36. #undef PACKAGE_BUGREPORT
  37. /* Define to the full name of this package. */
  38. #undef PACKAGE_NAME
  39. /* Define to the full name and version of this package. */
  40. #undef PACKAGE_STRING
  41. /* Define to the one symbol short name of this package. */
  42. #undef PACKAGE_TARNAME
  43. /* Define to the version of this package. */
  44. #undef PACKAGE_VERSION
  45. /* Define to necessary symbol if this constant uses a non-standard name on
  46. your system. */
  47. #undef PTHREAD_CREATE_JOINABLE
  48. /* The size of `long', as computed by sizeof. */
  49. #undef SIZEOF_LONG
  50. /* The size of `long long', as computed by sizeof. */
  51. #undef SIZEOF_LONG_LONG
  52. /* Define to 1 if you have the ANSI C header files. */
  53. #undef STDC_HEADERS
  54. /* Version number of package */
  55. #undef VERSION
  56. /* Define to 1 if your processor stores words with the most significant byte
  57. first (like Motorola and SPARC, unlike Intel and VAX). */
  58. #undef WORDS_BIGENDIAN