lws_config_private.h.in 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /* lws_config_private.h.in. Private compilation options. */
  2. #ifndef NDEBUG
  3. #ifndef _DEBUG
  4. #define _DEBUG
  5. #endif
  6. #endif
  7. /* Define to 1 to use CyaSSL as a replacement for OpenSSL.
  8. * LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
  9. #cmakedefine USE_CYASSL
  10. /* Define to 1 if you have the `bzero' function. */
  11. #cmakedefine LWS_HAVE_BZERO
  12. /* Define to 1 if you have the <dlfcn.h> header file. */
  13. #cmakedefine LWS_HAVE_DLFCN_H
  14. /* Define to 1 if you have the <fcntl.h> header file. */
  15. #cmakedefine LWS_HAVE_FCNTL_H
  16. /* Define to 1 if you have the `fork' function. */
  17. #cmakedefine LWS_HAVE_FORK
  18. /* Define to 1 if you have the `getenv’ function. */
  19. #cmakedefine LWS_HAVE_GETENV
  20. /* Define to 1 if you have the <in6addr.h> header file. */
  21. #cmakedefine LWS_HAVE_IN6ADDR_H
  22. /* Define to 1 if you have the <inttypes.h> header file. */
  23. #cmakedefine LWS_HAVE_INTTYPES_H
  24. /* Define to 1 if you have the `ssl' library (-lssl). */
  25. //#cmakedefine LWS_HAVE_LIBSSL
  26. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  27. to 0 otherwise. */
  28. #cmakedefine LWS_HAVE_MALLOC
  29. /* Define to 1 if you have the <memory.h> header file. */
  30. #cmakedefine LWS_HAVE_MEMORY_H
  31. /* Define to 1 if you have the `memset' function. */
  32. #cmakedefine LWS_HAVE_MEMSET
  33. /* Define to 1 if you have the <netinet/in.h> header file. */
  34. #cmakedefine LWS_HAVE_NETINET_IN_H
  35. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  36. and to 0 otherwise. */
  37. #cmakedefine LWS_HAVE_REALLOC
  38. /* Define to 1 if you have the `socket' function. */
  39. #cmakedefine LWS_HAVE_SOCKET
  40. /* Define to 1 if you have the <stdint.h> header file. */
  41. #cmakedefine LWS_HAVE_STDINT_H
  42. /* Define to 1 if you have the <stdlib.h> header file. */
  43. #cmakedefine LWS_HAVE_STDLIB_H
  44. /* Define to 1 if you have the `strerror' function. */
  45. #cmakedefine LWS_HAVE_STRERROR
  46. /* Define to 1 if you have the <strings.h> header file. */
  47. #cmakedefine LWS_HAVE_STRINGS_H
  48. /* Define to 1 if you have the <string.h> header file. */
  49. #cmakedefine LWS_HAVE_STRING_H
  50. /* Define to 1 if you have the <sys/prctl.h> header file. */
  51. #cmakedefine LWS_HAVE_SYS_PRCTL_H
  52. /* Define to 1 if you have the <sys/socket.h> header file. */
  53. #cmakedefine LWS_HAVE_SYS_SOCKET_H
  54. /* Define to 1 if you have the <sys/sockio.h> header file. */
  55. #cmakedefine LWS_HAVE_SYS_SOCKIO_H
  56. /* Define to 1 if you have the <sys/stat.h> header file. */
  57. #cmakedefine LWS_HAVE_SYS_STAT_H
  58. /* Define to 1 if you have the <sys/types.h> header file. */
  59. #cmakedefine LWS_HAVE_SYS_TYPES_H
  60. /* Define to 1 if you have the <unistd.h> header file. */
  61. #cmakedefine LWS_HAVE_UNISTD_H
  62. /* Define to 1 if you have the `vfork' function. */
  63. #cmakedefine LWS_HAVE_VFORK
  64. /* Define to 1 if you have the <vfork.h> header file. */
  65. #cmakedefine LWS_HAVE_VFORK_H
  66. /* Define to 1 if `fork' works. */
  67. #cmakedefine LWS_HAVE_WORKING_FORK
  68. /* Define to 1 if `vfork' works. */
  69. #cmakedefine LWS_HAVE_WORKING_VFORK
  70. /* Define to 1 if execvpe() exists */
  71. #cmakedefine LWS_HAVE_EXECVPE
  72. /* Define to 1 if you have the <zlib.h> header file. */
  73. #cmakedefine LWS_HAVE_ZLIB_H
  74. #cmakedefine LWS_HAVE_GETLOADAVG
  75. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  76. */
  77. #undef LT_OBJDIR // We're not using libtool
  78. /* Define to rpl_malloc if the replacement function should be used. */
  79. #cmakedefine malloc
  80. /* Define to rpl_realloc if the replacement function should be used. */
  81. #cmakedefine realloc
  82. /* Define to 1 if we have getifaddrs */
  83. #cmakedefine LWS_HAVE_GETIFADDRS
  84. /* Define if the inline keyword doesn't exist. */
  85. #cmakedefine inline ${inline}