Lines Matching refs:conf_data

28 conf_data = configuration_data()  variable
30 conf_data.set('HAVE_SYS_DEVPOLL_H', compiler.has_header('sys/devpoll.h'))
31 conf_data.set('HAVE_SYS_EPOLL_H', compiler.has_header('sys/epoll.h'))
32 conf_data.set('HAVE_SYS_EVENT_H', compiler.has_header('sys/event.h'))
33 conf_data.set('HAVE_SYS_FILIO_H', compiler.has_header('sys/filio.h'))
34 conf_data.set('HAVE_SYS_INOTIFY_H', compiler.has_header('sys/inotify.h'))
35 conf_data.set('HAVE_SYS_LOADAVG_H', compiler.has_header('sys/loadavg.h'))
36 conf_data.set('HAVE_SYS_MMAN_H', compiler.has_header('sys/mman.h'))
37 conf_data.set('HAVE_SYS_POLL_H', compiler.has_header('sys/poll.h'))
38 conf_data.set('HAVE_SYS_PRCTL_H', compiler.has_header('sys/prctl.h'))
39 conf_data.set('HAVE_SYS_RESOURCE_H', compiler.has_header('sys/resource.h'))
40 conf_data.set('HAVE_SYS_SENDFILE_H', compiler.has_header('sys/sendfile.h'))
41 conf_data.set('HAVE_SYS_SELECT_H', compiler.has_header('sys/select.h'))
42 conf_data.set('HAVE_SYS_TYPES_H', compiler.has_header('sys/types.h'))
43 conf_data.set('HAVE_SYS_UIO_H', compiler.has_header('sys/uio.h'))
44 conf_data.set('HAVE_SYS_UN_H', compiler.has_header('sys/un.h'))
45 conf_data.set('HAVE_SYS_WAIT_H', compiler.has_header('sys/wait.h'))
46 conf_data.set('HAVE_SYS_TIME_H', compiler.has_header('sys/time.h'))
47 conf_data.set('HAVE_UNISTD_H', compiler.has_header('unistd.h'))
48 conf_data.set('HAVE_PTHREAD_H', compiler.has_header('pthread.h'))
49 conf_data.set('HAVE_DLFCN_H', compiler.has_header('dlfcn.h'))
50 conf_data.set('HAVE_GETOPT_H', compiler.has_header('getopt.h'))
51 conf_data.set('HAVE_INTTYPES_H', compiler.has_header('inttypes.h'))
52 conf_data.set('HAVE_MALLOC_H', compiler.has_header('malloc.h'))
53 conf_data.set('HAVE_POLL_H', compiler.has_header('poll.h'))
54 conf_data.set('HAVE_PORT_H', compiler.has_header('port.h'))
55 conf_data.set('HAVE_PWD_H', compiler.has_header('pwd.h'))
56 conf_data.set('HAVE_STDDEF_H', compiler.has_header('stddef.h'))
57 conf_data.set('HAVE_STDINT_H', compiler.has_header('stdint.h'))
58 conf_data.set('HAVE_STRINGS_H', compiler.has_header('strings.h'))
59 conf_data.set('HAVE_SYSLOG_H', compiler.has_header('syslog.h'))
62 conf_data.set('HAVE_CRYPT_H', compiler.has_header('crypt.h'))
63 if conf_data.get('HAVE_CRYPT_H')
69 conf_data.set('HAVE_CRYPT_R', 1)
73 conf_data.set('HAVE_CRYPT_R', 1)
77 conf_data.set('HAVE_CRYPT', 1)
81 conf_data.set('HAVE_CRYPT', 1)
85 conf_data.set('HAVE_SYS_INOTIFY_H', compiler.has_header('sys/inotify.h'))
86 if conf_data.get('HAVE_SYS_INOTIFY_H')
87 conf_data.set('HAVE_INOTIFY_INIT', compiler.has_function('inotify_init', args: defs))
90 conf_data.set('HAVE_SOCKLEN_T', compiler.has_type('socklen_t', args: defs, prefix: '#include <sys/s…
92 conf_data.set('HAVE_SYS_RANDOM_H', compiler.has_header('sys/random.h'))
93 if conf_data.get('HAVE_SYS_RANDOM_H')
94 conf_data.set('HAVE_GETENTROPY', compiler.has_function(
101 conf_data.set('HAVE_LINUX_RANDOM_H', compiler.has_header('linux/random.h'))
102 if conf_data.get('HAVE_LINUX_RANDOM_H')
103 conf_data.set('HAVE_GETRANDOM', compiler.has_function(
110 conf_data.set('SIZEOF_LONG', compiler.sizeof('long', args: defs))
111 conf_data.set('SIZEOF_OFF_T', compiler.sizeof('off_t', args: defs))
113 conf_data.set('HAVE_ARC4RANDOM_BUF', compiler.has_function('arc4random_buf', args: defs))
114 conf_data.set('HAVE_CHROOT', compiler.has_function('chroot', args: defs))
115 conf_data.set('HAVE_COPY_FILE_RANGE', compiler.has_function('copy_file_range', args: defs))
116 conf_data.set('HAVE_EPOLL_CTL', compiler.has_function('epoll_ctl', args: defs))
117 conf_data.set('HAVE_FORK', compiler.has_function('fork', args: defs))
118 conf_data.set('HAVE_GETLOADAVG', compiler.has_function('getloadavg', args: defs))
119 conf_data.set('HAVE_GETRLIMIT', compiler.has_function('getrlimit', args: defs))
120 conf_data.set('HAVE_GETUID', compiler.has_function('getuid', args: defs))
121 conf_data.set('HAVE_GMTIME_R', compiler.has_function('gmtime_r', args: defs))
122 conf_data.set('HAVE_INET_ATON', compiler.has_function('inet_aton', args: defs))
123 conf_data.set('HAVE_INET_NTOP', compiler.has_function('inet_ntop', args: defs))
124 conf_data.set('HAVE_JRAND48', compiler.has_function('jrand48', args: defs))
125 conf_data.set('HAVE_KQUEUE', compiler.has_function('kqueue', args: defs))
126 conf_data.set('HAVE_LOCALTIME_R', compiler.has_function('localtime_r', args: defs))
127 conf_data.set('HAVE_LSTAT', compiler.has_function('lstat', args: defs))
128 conf_data.set('HAVE_MADVISE', compiler.has_function('madvise', args: defs))
129 conf_data.set('HAVE_MALLOC_TRIM', compiler.has_function('malloc_trim', args: defs))
130 conf_data.set('HAVE_MALLOPT', compiler.has_function('mallopt', args: defs))
131 conf_data.set('HAVE_MEMCPY', compiler.has_function('memcpy', args: defs))
132 conf_data.set('HAVE_MEMPCPY', compiler.has_function('mempcpy', args: defs))
133 conf_data.set('HAVE_MEMSET', compiler.has_function('memset', args: defs))
134 conf_data.set('HAVE_MKOSTEMP', compiler.has_function('mkostemp', args: defs))
135 conf_data.set('HAVE_MMAP', compiler.has_function('mmap', args: defs))
136 conf_data.set('HAVE_PATHCONF', compiler.has_function('pathconf', args: defs))
137 conf_data.set('HAVE_PIPE2', compiler.has_function('pipe2', args: defs))
138 conf_data.set('HAVE_POLL', compiler.has_function('poll', args: defs))
139 conf_data.set('HAVE_PORT_CREATE', compiler.has_function('port_create', args: defs))
140 conf_data.set('HAVE_POSIX_FADVISE', compiler.has_function('posix_fadvise', args: defs))
141 conf_data.set('HAVE_PRCTL', compiler.has_function('prctl', args: defs))
142 conf_data.set('HAVE_PREAD', compiler.has_function('pread', args: defs))
143 conf_data.set('HAVE_PREADV', compiler.has_function('preadv', args: defs))
144 conf_data.set('HAVE_PWRITE', compiler.has_function('pwrite', args: defs))
145 conf_data.set('HAVE_PWRITEV', compiler.has_function('pwritev', args: defs))
146 conf_data.set('HAVE_SELECT', compiler.has_function('select', args: defs))
147 conf_data.set('HAVE_SENDFILE', compiler.has_function('sendfile', args: defs))
148 conf_data.set('HAVE_SEND_FILE', compiler.has_function('send_file', args: defs))
149 conf_data.set('HAVE_SENDFILE64', compiler.has_function('sendfile64', args: defs))
150 conf_data.set('HAVE_SENDFILEV', compiler.has_function('sendfilev', args: defs))
151 conf_data.set('HAVE_SIGACTION', compiler.has_function('sigaction', args: defs))
152 conf_data.set('HAVE_SIGNAL', compiler.has_function('signal', args: defs))
153 conf_data.set('HAVE_SIGTIMEDWAIT', compiler.has_function('sigtimedwait', args: defs))
154 conf_data.set('HAVE_SPLICE', compiler.has_function('splice', args: defs))
155 conf_data.set('HAVE_SRANDOM', compiler.has_function('srandom', args: defs))
156 conf_data.set('HAVE_STRERROR_R', compiler.has_function('strerror_r', args: defs))
157 conf_data.set('HAVE_STRPTIME', compiler.has_function('strptime', args: defs))
158 conf_data.set('HAVE_SYSLOG', compiler.has_function('syslog', args: defs))
159 conf_data.set('HAVE_TIMEGM', compiler.has_function('timegm', args: defs))
160 conf_data.set('HAVE_WRITEV', compiler.has_function('writev', args: defs))
161 conf_data.set('HAVE_INET_ATON', compiler.has_function('inet_aton', args: defs))
162 conf_data.set('HAVE_ISSETUGID', compiler.has_function('issetugid', args: defs))
163 conf_data.set('HAVE_INET_PTON', compiler.has_function('inet_pton', args: defs))
164 conf_data.set('HAVE_MEMSET_S', compiler.has_function('memset_s', args: defs))
165 conf_data.set('HAVE_EXPLICIT_BZERO', compiler.has_function('explicit_bzero', args: defs))
166 conf_data.set('HAVE_EXPLICIT_MEMSET', compiler.has_function('explicit_memset', args: defs))
168 conf_data.set('HAVE_CLOCK_GETTIME', compiler.has_header_symbol('time.h', 'clock_gettime'))
170 if not(conf_data.get('HAVE_CLOCK_GETTIME'))
172 conf_data.set('HAVE_CLOCK_GETTIME', true)
179 conf_data.set('HAVE_ELFTC_COPYFILE', true)
183 conf_data.set('HAVE_IPV6', compiler.compiles('''
197 conf_data.set('HAVE_WEAK_SYMBOLS', compiler.compiles('''
208 conf_data.set('HAVE_STRUCT_TM_GMTOFF', compiler.compiles('''
220 conf_data.set('LIGHTTPD_VERSION_ID', 10400)
221 conf_data.set_quoted('PACKAGE_NAME', meson.project_name())
222 conf_data.set_quoted('PACKAGE_VERSION', meson.project_version())
223 conf_data.set_quoted('LIBRARY_DIR', moduledir)
225 conf_data.set('LIGHTTPD_STATIC', get_option('build_static'))
240 conf_data.set('HAVE_BROTLI_ENCODE_H', true)
241 conf_data.set('HAVE_BROTLI', true)
251 conf_data.set('HAVE_BZLIB_H', true)
252 conf_data.set('HAVE_LIBBZ2', true)
268 conf_data.set('HAVE_DBI', true)
272 if get_option('with_fam') and not(conf_data.get('HAVE_SYS_INOTIFY_H'))
277 conf_data.set('HAVE_FAM_H', true)
307 conf_data.set('HAVE_GDBM_H', true)
308 conf_data.set('HAVE_GDBM', true)
331 conf_data.set('HAVE_KRB5', true)
347 conf_data.set('HAVE_LDAP_H', true)
348 conf_data.set('HAVE_LIBLDAP', true)
353 conf_data.set('HAVE_LBER_H', true)
354 conf_data.set('HAVE_LIBLBER', true)
369 conf_data.set('HAVE_PAM', true)
382 conf_data.set('HAVE_LIBEV', true)
420 conf_data.set('HAVE_LUA_H', true)
429 conf_data.set('USE_MEMCACHED', true)
440 conf_data.set('HAVE_MYSQL', true)
459 conf_data.set('HAVE_OPENSSL_SSL_H', true)
460 conf_data.set('HAVE_LIBSSL', true)
468 conf_data.set('HAVE_WOLFSSL_SSL_H', true)
480 conf_data.set('HAVE_LIBMBEDCRYPTO', true)
487 conf_data.set('HAVE_NETTLE_NETTLE_TYPES_H', true)
494 conf_data.set('HAVE_GNUTLS_CRYPTO_H', true)
515 conf_data.set('HAVE_NSS3_NSS_H', true)
523 conf_data.set('HAVE_NSS_NSS_H', true)
532 conf_data.set('HAVE_PCRE2_H', true)
533 conf_data.set('HAVE_PCRE', true)
539 conf_data.set('HAVE_PCRE_H', true)
540 conf_data.set('HAVE_PCRE', true)
549 conf_data.set('HAVE_PGSQL', true)
562 conf_data.set('HAVE_SASL', true)
586 conf_data.set('HAVE_LIBUUID', true)
587 conf_data.set('HAVE_UUID_UUID_H', true)
628 conf_data.set('HAVE_LIBXML_H', true)
645 conf_data.set('HAVE_SQLITE3_H', true)
657 conf_data.set('HAVE_SYS_XATTR_H', true)
658 conf_data.set('HAVE_XATTR', true)
671 conf_data.set('HAVE_ATTR_ATTRIBUTES_H', true)
672 conf_data.set('HAVE_XATTR', true)
687 conf_data.set('HAVE_XXHASH_H', true)
702 conf_data.set('HAVE_ZLIB_H', true)
703 conf_data.set('HAVE_LIBZ', true)
717 conf_data.set('HAVE_ZSTD_H', true)
718 conf_data.set('HAVE_ZSTD', true)
723 configuration : conf_data,