CURL: make log output configurable.
[citadel.git] / citadel / getutline.c
index f64559abce30d9383fc99f2a8ed6753c610479ff..7c6b78e2fb5608de02d39a53b21c90353ad475cc 100644 (file)
@@ -1,15 +1,8 @@
 /*
- * $Id$
- *
  * getutline.c: not-quite-compatible replacement for getutline(3)
  * by nathan bryant, feb 1999
- *
  */
 
-#ifdef DLL_EXPORT
-#define IN_LIBCIT
-#endif
-
 #include "sysdep.h"
 #ifdef HAVE_UTMP_H
 #include <stdio.h>