* MSG4 (and CtdlOutputMsg() as well) now accepts an optional MIME part
[citadel.git] / citadel / auth.c
index 38fdd3aabff29f5c3e9e41c4006a90afe22f55cf..3a9dbf481140a0cc89e3626d971400c7886a68d3 100644 (file)
@@ -7,10 +7,6 @@
  *
  */
 
-#ifdef DLL_EXPORT
-#define IN_LIBCIT
-#endif
-
 #if defined(__linux) || defined(__sun) /* needed for crypt(): */
 #define _XOPEN_SOURCE
 #define _XOPEN_SOURCE_EXTENDED 1