diff --git a/lib/roken/write_pid.c b/lib/roken/write_pid.c index e5b72d615..9ce791f39 100644 --- a/lib/roken/write_pid.c +++ b/lib/roken/write_pid.c @@ -72,6 +72,7 @@ pid_file_delete (char **filename) } } +#ifndef HAVE_PIDFILE static char *pidfile_path; static void @@ -91,3 +92,4 @@ pidfile(const char *basename) pidfile_path = pid_file_write(basename); atexit(pidfile_cleanup); } +#endif