summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 07670cd9c..b9832adea 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -17,8 +17,6 @@
#include "comsat.h"
-#define IMPL "GNU Comsat Daemon"
-
#ifndef PATH_DEV
# define PATH_DEV "/dev"
#endif
@@ -53,8 +51,7 @@ typedef struct utmp UTMP;
#define MAX_TTY_SIZE (sizeof (PATH_TTY_PFX) + sizeof (((UTMP*)0)->ut_line))
-const char *argp_program_version = "comsatd (" PACKAGE ") " VERSION;
-const char *argp_program_bug_address = "<bug-mailutils@gnu.org>";
+const char *argp_program_version = "comsatd (" PACKAGE_STRING ")";
static char doc[] = "GNU comsatd";
static struct argp_option options[] =

Return to:

Send suggestions and report system problems to the System administrator.