Take the path spec back out.

This commit is contained in:
Jordan K. Hubbard 1998-10-09 07:28:14 +00:00
parent cab57be9ae
commit 72671863e8

View File

@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
* $Id: libutil.h,v 1.17 1998/10/07 17:32:49 jkh Exp $
* $Id: libutil.h,v 1.18 1998/10/08 23:10:41 jkh Exp $
*/
#ifndef _LIBUTIL_H_
@ -33,9 +33,6 @@ typedef struct _property {
char *value;
} *properties;
/* for auth.c */
#define _PATH_AUTHCONF "/etc/auth.conf"
/* Avoid pulling in all the include files for no need */
struct termios;
struct winsize;