summaryrefslogtreecommitdiffstats
path: root/imap/testpop3dserver.c
blob: 5164854c2813495c3bd17511750009db95f048ff (plain)
1
2
3
4
5
6
#define RUNTIME_START 100
#define RUNTIME_CUR 200

#define SAVEHOOK() do { if (getenv("POP3DEBUGNOSAVE")) return -1; } while (0)

#include "pop3dserver.c"