]> jfr.im git - solanum.git/blobdiff - authd/authd.c
Remove Windows support
[solanum.git] / authd / authd.c
index 34815441ab39c2fd495d8cd5e1b2ed65589cd288..23ac2a4bb5c99f4be00386e5c7c7050dd3030fd7 100644 (file)
@@ -151,18 +151,15 @@ error_cb(rb_helper *helper)
        exit(EX_ERROR);
 }
 
-#ifndef _WIN32
 static void
 dummy_handler(int sig)
 {
        return;
 }
-#endif
 
 static void
 setup_signals(void)
 {
-#ifndef _WIN32
        struct sigaction act;
 
        act.sa_flags = 0;
@@ -185,7 +182,6 @@ setup_signals(void)
 
        act.sa_handler = dummy_handler;
        sigaction(SIGALRM, &act, 0);
-#endif
 }
 
 int