aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mkdefsinc.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mkdefsinc.c')
-rw-r--r--doc/mkdefsinc.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/mkdefsinc.c b/doc/mkdefsinc.c
index b8fbed6e9..55a71a7d5 100644
--- a/doc/mkdefsinc.c
+++ b/doc/mkdefsinc.c
@@ -49,11 +49,6 @@
#endif /*HAVE_W32_SYSTEM*/
-#if USE_GPG2_HACK
-# define gpg2_suffix "2"
-#else
-# define gpg2_suffix ""
-#endif
static int verbose;
@@ -303,10 +298,6 @@ main (int argc, char **argv)
fputs ("\n@c Flags\n\n", stdout);
-#if USE_GPG2_HACK
- fputs ("@set gpgtwohack 1\n\n", stdout);
-#endif
-
fputs ("\n@c Directories\n\n", stdout);
print_filename ("@set BINDIR ", GNUPG_BINDIR );
@@ -345,8 +336,8 @@ main (int argc, char **argv)
fputs ("\n@c Macros\n\n", stdout);
- printf ("@macro gpgname\n%s%s\n@end macro\n", GPG_NAME, gpg2_suffix);
- printf ("@macro gpgvname\n%sv%s\n@end macro\n", GPG_NAME, gpg2_suffix);
+ printf ("@macro gpgname\n%s\n@end macro\n", GPG_NAME);
+ printf ("@macro gpgvname\n%sv\n@end macro\n", GPG_NAME);
/* Trailer. */