Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c720c659
...
c720c65923684e1900d33c12d4d2c307988ff693
authored
2001-11-21 17:59:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Provide default for _PATH_MAILDIR for systems lacking it.
1 parent
e349d78d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
comsat/comsat.c
comsat/comsat.c
View file @
c720c65
...
...
@@ -25,6 +25,9 @@
#ifndef PATH_TTY_PFX
# define PATH_TTY_PFX PATH_DEV
#endif
#ifndef _PATH_MAILDIR
# define _PATH_MAILDIR "/var/spool/mail"
#endif
#ifdef HAVE_UTMP_H
# include <utmp.h>
...
...
Please
register
or
sign in
to post a comment