]> code.citadel.org Git - citadel.git/blobdiff - citadel/support.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / support.c
index e9d04a078f842617b4ead0ac21ef18c8f32ee08f..3c068ceda9e12352651147864412d31684f24116 100644 (file)
@@ -1,13 +1,16 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ * Server-side utility functions
+ *
+ */
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <string.h>
-#ifdef HAVE_PTHREAD_H
-#include <pthread.h>
-#endif
 #include "citadel.h"
 #include "server.h"
 #include "support.h"