Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 84) sorted by relevance

1234

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A DMakefile.am91 liblightcomp_la_LDFLAGS = -avoid-version -no-undefined
112 mod_webdav_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
118 mod_magnet_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
124 mod_cml_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
140 mod_cgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
145 mod_scgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
170 mod_alias_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
190 mod_proxy_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
195 mod_ssi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
245 mod_auth_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
[all …]
H A Dstat_cache.c76 int version; member
271 fam_dir->version++; in stat_cache_handle_fdevent()
468 if (fam_dir->version == sce->dir_version) { in stat_cache_get_entry()
637 fam_dir->version = 1; in stat_cache_get_entry()
670 sce->dir_version = fam_dir->version; in stat_cache_get_entry()
H A DMakefile.in565 *) (install-info --version) >/dev/null 2>&1;; \
789 @NO_RDYNAMIC_TRUE@liblightcomp_la_LDFLAGS = -avoid-version -no-undefined
801 mod_webdav_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
809 mod_cml_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
819 mod_cgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
822 mod_scgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
837 mod_alias_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
849 mod_proxy_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
852 mod_ssi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
879 mod_auth_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
[all …]
H A Dfastcgi.h24 unsigned char version; member
H A Dmod_mysql_vhost.c442 p->version = LIGHTTPD_VERSION_ID;
458 p->version = LIGHTTPD_VERSION_ID;
H A Dplugin.h30 size_t version; member
H A Dmod_access.c180 p->version = LIGHTTPD_VERSION_ID; in mod_access_plugin_init()
H A Dmod_skeleton.c197 p->version = LIGHTTPD_VERSION_ID; in mod_skeleton_plugin_init()
H A Dmod_evasive.c200 p->version = LIGHTTPD_VERSION_ID; in mod_evasive_plugin_init()
H A Dmod_indexfile.c210 p->version = LIGHTTPD_VERSION_ID; in mod_indexfile_plugin_init()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DINSTALL8 Each version of lighttpd should be configured differently and then compiled.
11 Original version
39 mOS version
100 Multi-threaded version (on Linux)
121 Multi-threaded REUSEPORT version (on Linux)
124 First, check whether your kernel version is higher than 3.9. This SO_REUSEPORT
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
89 case $2 in --version|--help) exit $st;; esac
H A DSConstruct8 version = '1.4.32'
109 env['version'] = version
266 versions = string.split(version, '.')
271 '-DPACKAGE_VERSION=\\"' + version + '\\"',
H A Daclocal.m431 dnl the Free Software Foundation; either version 2 of the License, or
32 dnl (at your option) any later version.
54 dnl Verify that the version of the pkg-config macros are at least
56 dnl installed version of pkg-config, this checks the developer's version
94 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
145 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
313 dnl require some minimum version. Point them to the right macro.
320 # aclocal traces this macro to find the Autoconf version.
792 if (cygpath --version) >/dev/null 2>/dev/null; then
1433 AM_RUN_LOG([$_am_tar --version]) && break
[all …]
H A Dconfig.sub68 version="\
84 --version | -v )
85 echo "$version" ; exit ;;
H A Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
H A Dconfig.guess49 version="\
66 --version | -v )
67 echo "$version" ; exit ;;
1380 download the most up to date version of the config scripts from
1386 If the version you run ($0) is already up to date, please
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
H A Dconfig.h.in397 /* lighttpd-version-id */
416 /* Define to the full name and version of this package. */
425 /* Define to the version of this package. */
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dltversion.m41 # ltversion.m4 -- version numbers -*- Autoconf -*-
/mOS-networking-stack/core/src/
H A Dip_out.c158 iph->version = 4; in IPOutputStandalone()
220 iph->version = 4; in IPOutput()
H A Dip_in.c47 if (iph->version != IPVERSION ) { in ProcessInIPv4Packet()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dfeatures.txt29 > considering installing and testing the latest version. From a
61 access logging, plus a binary version of CLF that save space.
H A Dstatus.txt64 status-url you can get a text version which is simpler to parse. ::
/mOS-networking-stack/scripts/
H A Dconfigure.ac1 AC_INIT([mos_release], version-0.3, [[email protected]])

1234