aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-23 18:15:36 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-23 18:15:36 +0000
commitf5bb91dc606f920f143538c5de4635aa9cbb190a (patch)
tree8b740edb010b43c910d25231ff080c37c8b1b10e /options.c
parent5d909520548ad3b175fa568554affcca96f294e1 (diff)
downloadfetchmail-f5bb91dc606f920f143538c5de4635aa9cbb190a.tar.gz
fetchmail-f5bb91dc606f920f143538c5de4635aa9cbb190a.tar.bz2
fetchmail-f5bb91dc606f920f143538c5de4635aa9cbb190a.zip
Added configuration dumper.
svn path=/trunk/; revision=1809
Diffstat (limited to 'options.c')
-rw-r--r--options.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/options.c b/options.c
index fad6ba28..3a7465c9 100644
--- a/options.c
+++ b/options.c
@@ -54,7 +54,7 @@
#define LA_NETSEC 36
#define LA_INTERFACE 37
#define LA_MONITOR 38
-#define LA_PYTHONDUMP 39
+#define LA_CONFIGDUMP 39
#define LA_YYDEBUG 40
/* options still left: CgGhHjJoORUwWxXYz */
@@ -115,7 +115,7 @@ static const struct option longoptions[] = {
{"monitor", required_argument, (int *) 0, LA_MONITOR },
#endif /* defined(linux) && !INET6 */
- {"pythondump",no_argument, (int *) 0, LA_PYTHONDUMP },
+ {"configdump",no_argument, (int *) 0, LA_CONFIGDUMP },
{"yydebug", no_argument, (int *) 0, LA_YYDEBUG },
@@ -385,8 +385,8 @@ struct query *ctl; /* option record to be initialized */
yydebug = TRUE;
break;
- case LA_PYTHONDUMP:
- pythondump = TRUE;
+ case LA_CONFIGDUMP:
+ configdump = TRUE;
break;
case LA_SYSLOG: