]> Pileus Git - ~andy/fetchmail/blobdiff - lock.c
Add Esperanto-language translation.
[~andy/fetchmail] / lock.c
diff --git a/lock.c b/lock.c
index b6c1109fc922f7d9c6c4576a684babc9d6909e6e..2d656df65289fcf3ae829ac3d5306cb192fd3d03 100644 (file)
--- a/lock.c
+++ b/lock.c
@@ -14,7 +14,7 @@
 #include <signal.h>
 
 #include "fetchmail.h"
-#include "i18n.h"
+#include "gettext.h"
 #include "lock.h"
 
 static char *lockfile;         /** name of lockfile */
@@ -60,9 +60,7 @@ static void unlockit(void)
 void fm_lock_dispose(void)
 /* arrange for a lock to be removed on process exit */
 {
-#ifdef HAVE_ATEXIT
     atexit(unlockit);
-#endif
 }
 
 int fm_lock_state(void)