]> jfr.im git - solanum.git/blobdiff - include/setup.h.in
channel: cache duplicate calls to is_banned() and is_quieted()
[solanum.git] / include / setup.h.in
index 3de3dbf854c9c6cf5c60a24acde67025ff65f179..71dd46224a606772fddc3592d0178f8151a055a1 100644 (file)
@@ -9,6 +9,12 @@
 /* Size of the ban heap. */
 #undef BAN_HEAP_SIZE
 
+/* Custom branding name. */
+#undef BRANDING_NAME
+
+/* Custom branding name. */
+#undef BRANDING_VERSION
+
 /* Size of the channel heap. */
 #undef CHANNEL_HEAP_SIZE
 
@@ -26,6 +32,9 @@
    */
 #undef CRAY_STACKSEG_END
 
+/* Define if custom branding is enabled. */
+#undef CUSTOM_BRANDING
+
 /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA
 
 /* Define to 1 if you have the <wait.h> header file. */
 #undef HAVE_WAIT_H
 
-/* Prefix where help file are installed. */
+/* Prefix where help files are installed. */
 #undef HELP_DIR
 
 /* Prefix where the ircd is installed. */
 /* Size of the pre-client heap. */
 #undef PCLIENT_HEAP_SIZE
 
+/* Directory where binaries the IRCd itself spawns live */
+#undef PKGLIBEXECDIR
+
+/* Directory in which to store state, such as ban database */
+#undef PKGLOCALSTATEDIR
+
+/* Directory to store pidfile in. */
+#undef PKGRUNDIR
+
+/* String with which all programs intended to be in PATH are prefixed. */
+#undef PROGRAM_PREFIX
+
 /* This is the type of IO loop we are using */
 #undef SELECT_TYPE