From 2da8de55314f2734f5f4bdd104a471d7642cc2d3 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 24 Nov 2002 19:35:24 +0000 Subject: [PATCH] --mandir bugfix. --- Makefile.defines_int.pre | 1 - acconfig.h.pre | 1 - win32/silcdefs.h | 1 - 3 files changed, 3 deletions(-) diff --git a/Makefile.defines_int.pre b/Makefile.defines_int.pre index 6ad5f765..4c7f4145 100644 --- a/Makefile.defines_int.pre +++ b/Makefile.defines_int.pre @@ -45,4 +45,3 @@ silc_modulesdir=@MODULESDIR@ silc_helpdir=@HELPDIR@ silc_docdir=@DOCDIR@ silc_logsdir=@LOGSDIR@ -silc_mandir=@MANDIR@ diff --git a/acconfig.h.pre b/acconfig.h.pre index 403ac23e..ca82e2c5 100644 --- a/acconfig.h.pre +++ b/acconfig.h.pre @@ -31,7 +31,6 @@ #undef SILC_DOCDIR #undef SILC_MODULESDIR #undef SILC_LOGSDIR -#undef SILC_MANDIR /* SIM (SILC Module) support */ #undef SILC_SIM diff --git a/win32/silcdefs.h b/win32/silcdefs.h index 704383e1..fd58aefc 100644 --- a/win32/silcdefs.h +++ b/win32/silcdefs.h @@ -49,7 +49,6 @@ #define SILC_DOCDIR "doc" #define SILC_MODULESDIR "modules" #define SILC_LOGSDIR "logs" -#define SILC_MANDIR "man" /* SIM (SILC Module) support */ /* #undef SILC_SIM */ -- 2.24.0