You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
615 B

Index: vacation.c
--- vacation.c.orig 2003-06-15 03:44:56 +0200
+++ vacation.c 2008-02-16 10:39:45 +0100
@@ -74,25 +74,11 @@
#include <fcntl.h>
#include <sys/param.h>
#include <sys/stat.h>
-#ifdef HAVE_PATHS_H
-# include <paths.h>
-#else
# define _PATH_SENDMAIL "/usr/lib/sendmail"
-#endif
-#ifndef PATH_VACATION
# define PATH_VACATION "/usr/bin/vacation"
-#endif
-#ifdef libc5
-# include <db/db.h>
-#else
-# if defined __GLIBC__ && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 1
-# include <db_185.h>
-# else
-# include <db.h>
-# endif
-#endif
+# include "db_185.h"
/* from tzfile.h */
#ifndef DAYSPERWEEK