summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-09-04 00:00:09 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-09-04 00:00:09 +0300
commita544404651b5275dee81f7ca3b26e1eff8f33033 (patch)
tree9fec04ec3ab893f391e9d0c3de718726f5d0fe5f
parented83b5a6fec2174efdec37cffa658d7069dc318b (diff)
downloadmailutils-a544404651b5275dee81f7ca3b26e1eff8f33033.tar.gz
mailutils-a544404651b5275dee81f7ca3b26e1eff8f33033.tar.bz2
Remove unused constants.
* pop3d/pop3d.h (POP_MAXCMDLEN, BUFFERSIZE): Remove constants. (_QNX_SOURCE): Remove define.
-rw-r--r--pop3d/pop3d.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/pop3d/pop3d.h b/pop3d/pop3d.h
index f77652f02..d10a3307d 100644
--- a/pop3d/pop3d.h
+++ b/pop3d/pop3d.h
@@ -67,16 +67,9 @@ extern int expire_on_exit;
/* Size of the MD5 digest for APOP */
#define APOP_DIGEST 70
-/* Longest legal POP command */
-#define POP_MAXCMDLEN 255
-
-/* Buffer size to use for output */
-#define BUFFERSIZE 1024
-
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
-#define _QNX_SOURCE
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>

Return to:

Send suggestions and report system problems to the System administrator.