pathnames.h

来自「linux下的ppp协议簇开源代码; 可以进行linux内核级的pppoe拨号」· C头文件 代码 · 共 29 行

H
29
字号
/* * $Id: pathnames.h,v 1.1 2004/11/14 07:26:26 paulus Exp $ * * Copyright (C) 1995,1996 Lars Fenneberg * * Copyright 1992 Livingston Enterprises, Inc. * * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan * and Merit Network, Inc. All Rights Reserved * * See the file COPYRIGHT for the respective terms and conditions. * If the file is missing contact me at lf@elemental.net * and I'll send you a copy. * */#ifndef PATHNAMES_H#define PATHNAMES_H#define _PATH_DEV_URANDOM	"/dev/urandom"		/* Linux only */#define _PATH_ETC_ISSUE		"/etc/issue"/* normally defined in the Makefile */#ifndef _PATH_ETC_RADIUSCLIENT_CONF#define _PATH_ETC_RADIUSCLIENT_CONF       "/etc/radiusclient.conf"#endif#endif /* PATHNAMES_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?