summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 07:28:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 07:28:14 +0000
commitdc65650799e46eb77adcef178fd518a94ca862ce (patch)
tree64fdf006350f613995c89f44c394c67a056380c8 /libutil
parent64c5e0312e6e72f46bfee496c792e0e9eb96bf3b (diff)
downloadpw-darwin-dc65650799e46eb77adcef178fd518a94ca862ce.tar.gz
pw-darwin-dc65650799e46eb77adcef178fd518a94ca862ce.tar.zst
pw-darwin-dc65650799e46eb77adcef178fd518a94ca862ce.zip
Take the path spec back out.
Diffstat (limited to 'libutil')
-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;