From: Pekka Riikonen Date: Sun, 24 Nov 2002 19:35:24 +0000 (+0000) Subject: --mandir bugfix. X-Git-Tag: silc.server.0.9.6~22 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=2da8de55314f2734f5f4bdd104a471d7642cc2d3 --mandir bugfix. --- 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 */