aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-02-27 15:28:17 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2026-02-27 16:29:06 +0100
commit6353beb60ceafbc743bde96684d666582195192f (patch)
tree687bac388242712508944574531af67b14658b9c /doc/man3/Makefile
parentd783e794c2fa6a9e6bffff9f41cdb7e8033bf3c3 (diff)
Add http_strcasecmp(3)HEADmaster
POSIX.1-2008 does not any locale-specific version of strcasecmp(3), so conversions to lowercase depend on the system locale. Since HTTP header fields must be checked without case sensitivity and not depend on the system locale, a specialised function that forces the "POSIX" locale is required.
Diffstat (limited to 'doc/man3/Makefile')
-rw-r--r--doc/man3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man3/Makefile b/doc/man3/Makefile
index ffdbf16..160476f 100644
--- a/doc/man3/Makefile
+++ b/doc/man3/Makefile
@@ -28,6 +28,7 @@ OBJECTS = \
$(DESTDIR)$(man3dir)/http_encode_url.3 \
$(DESTDIR)$(man3dir)/http_free.3 \
$(DESTDIR)$(man3dir)/http_response_add_header.3 \
+ $(DESTDIR)$(man3dir)/http_strcasecmp.3 \
$(DESTDIR)$(man3dir)/http_strncasecmp.3 \
$(DESTDIR)$(man3dir)/http_update.3