aboutsummaryrefslogtreecommitdiff
path: root/dialogs.c
diff options
context:
space:
mode:
Diffstat (limited to 'dialogs.c')
-rw-r--r--dialogs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dialogs.c b/dialogs.c
index 7926a26..66a3705 100644
--- a/dialogs.c
+++ b/dialogs.c
@@ -260,6 +260,7 @@ void about(void) {
"GCC: %s<BR>\n"
"Server: %s<BR>\n"
"User Agent: %s<BR>\n"
+ "NAME_MAX: %d<BR>\n"
"JavaScript Level: %d<BR>\n"
"Git Support: %s (%s)<BR>\n"
"&nbsp;<P>\n"
@@ -278,7 +279,7 @@ void about(void) {
"<TR><TD COLSPAN=3 BGCOLOR=\"#EEEEEE\">&nbsp;</TD></TR>\n"
"</TABLE>\n"
"</TD></TR></TABLE>\n</BODY></HTML>\n",
- ICONSURL, TAGLINE, VERSION, __DATE__, __TIME__, __VERSION__, cgiServerSoftware, cgiUserAgent, js,
+ ICONSURL, TAGLINE, VERSION, __DATE__, __TIME__, __VERSION__, cgiServerSoftware, cgiUserAgent, NAME_MAX, js,
#ifdef WFMGIT
"Yes"
#else