From bdbfada74477a43d6eda5401e76412dfb9723c80 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 8 Sep 2006 19:00:01 +0000 Subject: [PATCH] Remove unneeded templates. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4327 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- acconfig.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/acconfig.h b/acconfig.h index 64d59787..df574a3c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,18 +1,11 @@ -/* paths */ -#undef SYSCONFDIR -#undef HELPDIR -#undef PLUGINSDIR - /* misc.. */ #undef HAVE_IPV6 -#undef HAVE_POPT_H #undef HAVE_SOCKS_H #undef HAVE_PL_PERL #undef HAVE_STATIC_PERL #undef HAVE_GMODULE #undef HAVE_GC_H #undef HAVE_GC_GC_H -#undef WANT_BIG5 #undef USE_GC #undef HAVE_GLIB2 @@ -34,13 +27,6 @@ /* terminfo/termcap */ #undef HAVE_TERMINFO -/* nls */ -#undef ENABLE_NLS -#undef HAVE_CATGETS -#undef HAVE_GETTEXT -#undef HAVE_LC_MESSAGES -#undef HAVE_STPCPY - /* If set to 64, enables 64bit off_t for some systems (eg. Linux, Solaris) */ #undef _FILE_OFFSET_BITS