1998-07-18 05:49:22 +00:00
|
|
|
*** pico/osdep/os-bsf.h.orig Wed Jul 8 19:37:28 1998
|
|
|
|
--- pico/osdep/os-bsf.h Fri Jul 10 12:57:37 1998
|
1998-01-29 19:53:08 +00:00
|
|
|
***************
|
1998-07-18 05:49:22 +00:00
|
|
|
*** 23,29 ****
|
|
|
|
|
|
|
|
#define USE_DIRENT
|
|
|
|
#include <sys/types.h>
|
|
|
|
! #include <sys/dir.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
--- 23,29 ----
|
|
|
|
|
|
|
|
#define USE_DIRENT
|
|
|
|
#include <sys/types.h>
|
|
|
|
! #include <dirent.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
***************
|
|
|
|
*** 152,158 ****
|
1998-01-29 19:53:08 +00:00
|
|
|
/*
|
|
|
|
* Place where mail gets delivered (for pico's new mail checking)
|
|
|
|
*/
|
1998-07-18 05:49:22 +00:00
|
|
|
! #define MAILDIR "/usr/spool/mail"
|
1998-01-29 19:53:08 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* What and where the tool that checks spelling is located. If this is
|
1998-07-18 05:49:22 +00:00
|
|
|
--- 152,158 ----
|
1998-01-29 19:53:08 +00:00
|
|
|
/*
|
|
|
|
* Place where mail gets delivered (for pico's new mail checking)
|
|
|
|
*/
|
1998-07-18 05:49:22 +00:00
|
|
|
! #define MAILDIR "/var/mail"
|
1998-01-29 19:53:08 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* What and where the tool that checks spelling is located. If this is
|