diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-05 21:54:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-05 21:54:07 +0000 |
commit | d81c3dbd425853cec94b19fbb24c5d4a100c5a5b (patch) | |
tree | 29a5838da24c506cbc8e4cf7a5a1be61c72df4af /usr.sbin/faithd/faithd.h | |
parent | 1be1972c4bf843ec145ece32a44722bc74b1d255 (diff) |
Sync with latest KAME.
Obtained from: KAME
Notes
Notes:
svn path=/head/; revision=62655
Diffstat (limited to 'usr.sbin/faithd/faithd.h')
-rw-r--r-- | usr.sbin/faithd/faithd.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/faithd/faithd.h b/usr.sbin/faithd/faithd.h index 55566edc030c..b882aad9bb71 100644 --- a/usr.sbin/faithd/faithd.h +++ b/usr.sbin/faithd/faithd.h @@ -1,7 +1,9 @@ +/* $KAME: faithd.h,v 1.2 2000/05/31 03:06:07 itojun Exp $ */ + /* * Copyright (C) 1997 and 1998 WIDE Project. * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -13,7 +15,7 @@ * 3. Neither the name of the project nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -43,8 +45,9 @@ extern void exit_success __P((const char *fmt, ...)); extern void exit_failure __P((const char *fmt, ...)); #define DEFAULT_PORT_NAME "telnet" -#define DEFAULT_PATH "/usr/local/v6/libexec/telnetd" +#define DEFAULT_DIR "/usr/local/v6/libexec" #define DEFAULT_NAME "telnetd" +#define DEFAULT_PATH (DEFAULT_DIR "/" DEFAULT_NAME) #define FTP_PORT 21 #define RLOGIN_PORT 513 |