summaryrefslogtreecommitdiff
path: root/src/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [core] Solaris has getloadavg in sys/loadavg.hNiclas Rosenvik2020-01-301-0/+1
| | | | | | SunOS/Solaris/Illumos has getloadavg declared in sys/loadavg.h . github: closes #101
* [mod_authn_ldap] replace use of deprecated funcsGlenn Strauss2017-11-051-1/+0
| | | | | | [mod_authn_ldap,mod_vhostdb_ldap] replace use of deprecated funcs remove -DLDAP_DEPRECATED
* [cmake] always define _GNU_SOURCEStefan Bühler2016-07-301-0/+4
| | | | first.h only defines _GNU_SOURCE if no config.h is present.
* build with libresslGlenn Strauss2016-05-071-1/+0
| | | | | | | | | | | | | | | | | libressl defines SSL_OP_NO_SSLv2 and SSL_OP_NO_SSLv3 as 0x0 (thx Christian Heckendorf) libressl matches ERR_remove_thread_state() signature from openssl 1.0.2 (libressl pretends that libressl is openssl version 2.0.0, but openssl 1.1.0 changes signature of ERR_remove_thread_state()) libressl does not yet provide compatibility interfaces for the new prototypes introduced in openssl 1.1.0, including DH_set0_pqg() and DH_set_length() remove OPENSSL_NO_KRB5 from build config (added in 5fab991b in 2005) (define USE_OPENSSL_KERBEROS if required) (Note: OPENSSL_NO_KRB5 removed in openssl 1.1.0)
* use libmemcached instead of deprecated libmemcacheStefan Bühler2016-01-031-1/+1
| | | | | | | | Differential Revision: https://review.lighttpd.net/D5 From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3071 152afb58-edef-0310-8abb-c4023f1b3aa9
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ↵Loganaden Velvindron2015-09-261-2/+6
| | | | | | | | if available From: Loganaden Velvindron <logan@elandsys.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3045 152afb58-edef-0310-8abb-c4023f1b3aa9
* [mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.hStefan Bühler2015-08-231-1/+0
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3024 152afb58-edef-0310-8abb-c4023f1b3aa9
* [cmake] don't put date into config.h (not used anyway), only unset local ↵Stefan Bühler2015-08-221-1/+0
| | | | | | | | vars for disabled features instead of clearing cache From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3017 152afb58-edef-0310-8abb-c4023f1b3aa9
* [mod_auth] use crypt_r instead of crypt if availableStefan Bühler2015-02-121-1/+2
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2986 152afb58-edef-0310-8abb-c4023f1b3aa9
* print backtrace in assert logging with libunwindStefan Bühler2015-02-071-0/+3
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2974 152afb58-edef-0310-8abb-c4023f1b3aa9
* add libev fdevent handler: server.event-handler = "libev"Stefan Bühler2010-08-071-0/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2754 152afb58-edef-0310-8abb-c4023f1b3aa9
* Add proper SUID bit detection (fixes #416)Stefan Bühler2009-04-091-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2436 152afb58-edef-0310-8abb-c4023f1b3aa9
* [cmake] Fix package version in binaryStefan Bühler2009-02-051-0/+7
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2388 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix configure/cmake defines and checksStefan Bühler2008-12-071-3/+16
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2364 152afb58-edef-0310-8abb-c4023f1b3aa9
* [cmake] Fix ipv6 detectionStefan Bühler2008-12-051-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2360 152afb58-edef-0310-8abb-c4023f1b3aa9
* [cmake] Add basic cmake supportStefan Bühler2008-12-051-0/+136
- Not distributed yet (so only available in svn checkout) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2359 152afb58-edef-0310-8abb-c4023f1b3aa9