lws_config_private.h.in 3.0 KB

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