summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-23 18:08:17 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-23 18:08:17 +0000
commit07ba5303757ea42fdf7dee25a57c4a89b6427df5 (patch)
tree15c96b0683f00f4ff1410b5f99e3ab82a80bebbb /config.h.in
parenta20a47cc26c51a2dabbb11e0f6274c645f29f6c3 (diff)
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available - Move openssl check to m4/ax_check_openssl.m4 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2485 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 54b35b8..692cf85 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,6 +6,9 @@
/* Set to datadir. */
#undef DATADIR
+/* Define if SSP C support is enabled. */
+#undef ENABLE_SSP_CC
+
/* Define to 1 if you want halfops support. */
#undef HALFOPS