#define DMAXFOLDER 4 /* typical number of digits */
#define MAXFOLDER 1000 /* message increment */
+/*
+ * This macro is for use by scan, for example, so that platforms with
+ * a small BUFSIZ can easily allocate larger buffers.
+ */
+#define NMH_BUFSIZ (BUFSIZ>=8192 ? BUFSIZ : 8192)
+
#ifndef FALSE
#define FALSE 0
#endif