summaryrefslogtreecommitdiffstats
path: root/imap/testpop3dserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/testpop3dserver.c')
-rw-r--r--imap/testpop3dserver.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/imap/testpop3dserver.c b/imap/testpop3dserver.c
new file mode 100644
index 0000000..5164854
--- /dev/null
+++ b/imap/testpop3dserver.c
@@ -0,0 +1,6 @@
+#define RUNTIME_START 100
+#define RUNTIME_CUR 200
+
+#define SAVEHOOK() do { if (getenv("POP3DEBUGNOSAVE")) return -1; } while (0)
+
+#include "pop3dserver.c"