summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2006-09-08 19:00:01 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2006-09-08 19:00:01 +0000
commitbdbfada74477a43d6eda5401e76412dfb9723c80 (patch)
treec90a9660797212dcdadfe1c5fdd61cd9ce2c3401 /acconfig.h
parent8350136f26c38aa4fb9316c608cf9c2c5701b2c6 (diff)
downloadirssi-bdbfada74477a43d6eda5401e76412dfb9723c80.zip
Remove unneeded templates.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4327 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h14
1 files changed, 0 insertions, 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