summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index 69141519ee..dd57e19177 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3322,6 +3322,12 @@
*/
/*#define HAS_SOCKATMARK / **/
+/* HAS_STRFTIME:
+ * This symbol, if defined, indicates that the strftime routine is
+ * available to do time formatting.
+ */
+/*#define HAS_STRFTIME / **/
+
/* U32_ALIGNMENT_REQUIRED:
* This symbol, if defined, indicates that you must access
* character data through U32-aligned pointers.