summaryrefslogtreecommitdiffstats
path: root/libutil/libutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'libutil/libutil.h')
-rw-r--r--libutil/libutil.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index e4cb0ad..7b8f3b3 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -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;