2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

now define TCSASOFT in necesary

This commit is contained in:
Todd C. Miller
1996-03-19 01:57:27 +00:00
parent e47ce61c4e
commit 61a3d472ef

View File

@@ -68,6 +68,10 @@ static char rcsid[] = "$Id$";
#include <pathnames.h>
#include "compat.h"
#ifndef TCSASOFT
#define TCSASOFT 0
#endif /* TCSASOFT */
/******************************************************************
*