/[mailutils]/mailutils/acconfig.h
ViewVC logotype

Diff of /mailutils/acconfig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by gray, Sun Nov 11 07:44:45 2001 UTC revision 1.15 by gray, Mon Jan 21 06:22:08 2002 UTC
# Line 65  Line 65 
65    
66  /* Define to `int' if <sys/types.h> doesn't define.  */  /* Define to `int' if <sys/types.h> doesn't define.  */
67  #undef ssize_t  #undef ssize_t
68    
69    #undef MU_CONF_MAILDIR
70    
71    @BOTTOM@
72    
73    #ifdef HAVE_PATHS_H
74    # include <paths.h>
75    #endif
76    
77    #ifndef _PATH_MAILDIR
78    # if (defined(sun) && defined(__svr4__)) || defined(__SVR4)
79    #  define _PATH_MAILDIR "/var/mail"
80    # else  
81    #  define _PATH_MAILDIR "/usr/spool/mail"
82    # endif
83    #endif
84    
85    #ifdef MU_CONF_MAILDIR
86    # define MU_PATH_MAILDIR MU_CONF_MAILDIR
87    #else
88    # define MU_PATH_MAILDIR _PATH_MAILDIR "/"
89    #endif

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26