config.mk 481 B

1234567891011121314151617181920212223242526
  1. # modules
  2. # include icmp dns ftp smtp
  3. WITH_PROTOCOL=yes
  4. WITH_HTTP=yes
  5. WITH_HTTP_SERVER=yes
  6. WITH_HTTP_CLIENT=yes
  7. # WITH_CONSUL need WITH_HTTP_CLIENT=yes
  8. WITH_CONSUL=yes
  9. # features
  10. # base/hsocket.c: replace gethostbyname with getaddrinfo
  11. ENABLE_IPV6=no
  12. # base/RAII.cpp: Windows MiniDumpWriteDump
  13. ENABLE_WINDUMP=no
  14. # http/http_content.h: QueryParams,MultiPart
  15. USE_MULTIMAP=no
  16. # dependencies
  17. # for http/client
  18. WITH_CURL=no
  19. # for http2
  20. WITH_NGHTTP2=no
  21. # for SSL/TLS
  22. WITH_OPENSSL=no