]> code.citadel.org Git - citadel.git/blobdiff - webcit/sysdep.c
MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / sysdep.c
index a3cd5a6ee2129f9ea1d64022ff42ce93c83b0af6..0c0ac90e21c6f46c17580b08823666cf2de16254 100644 (file)
@@ -5,17 +5,11 @@
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 3.
- * 
- * 
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * 
- * 
- * 
  */
 
 #include "sysdep.h"
@@ -65,9 +59,6 @@
 #include <sys/select.h>
 #endif
 
-#ifndef HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
 #include "webserver.h"
 #include "modules_init.h"
 #if HAVE_BACKTRACE