aboutsummaryrefslogtreecommitdiff
path: root/wfm.h
diff options
context:
space:
mode:
authortenox7 <as@tenoware.com>2018-07-17 02:21:07 -0700
committertenox7 <as@tenoware.com>2018-07-17 02:21:07 -0700
commit1a539865400e8b45a0b5b9cda477675dec32e4aa (patch)
tree4dae7caa2ab9f7ecff423a9faa227352d9293854 /wfm.h
parent2470ac5868898e5c3867e4231ca773017e0237e2 (diff)
downloadwfm-1a539865400e8b45a0b5b9cda477675dec32e4aa.tar.gz
display max temp file size in about
Diffstat (limited to 'wfm.h')
-rw-r--r--wfm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wfm.h b/wfm.h
index 346a670..8af36d6 100644
--- a/wfm.h
+++ b/wfm.h
@@ -31,6 +31,9 @@
CSS_STYLE
+#define _STRINGIFY(s) #s
+#define STRINGIFY(s) _STRINGIFY(s)
+
#define _FILE_OFFSET_BITS 64
#ifdef __sun__