summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-08-07 23:05:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-08-07 23:05:57 +0000
commitd43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2 (patch)
tree8b3ab854dd030a721f8c050439189317a09c8270 /comsat/comsat.c
parente4e18a702470db90975ed676fcc8f068053b014b (diff)
downloadmailutils-d43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2.tar.gz
mailutils-d43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2.tar.bz2
Removed argp_program_bug_address. Use PACKAGE_STRING, provided by the new autoconf.
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.