OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-sparc64/] [pconf.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
/* $Id: pconf.h,v 1.1.1.1 2004-04-15 03:01:08 phoenix Exp $
2
 * pconf.h: pathconf() and fpathconf() defines for SunOS
3
 *          system call compatibility.
4
 *
5
 * Copyright (C) 1995, 1996 David S. Miller (davem@caip.rutgers.edu)
6
 */
7
 
8
#ifndef _SPARC64_PCONF_H
9
#define _SPARC64_PCONF_H
10
 
11
#include <linux/limits.h>
12
 
13
#define _PCONF_LINK       1 /* Max number of links to an object        */
14
#define _PCONF_CANON      2 /* TTY input buffer line size              */
15
#define _PCONF_INPUT      3 /* Biggest packet a tty can imbibe at once */
16
#define _PCONF_NAME       4 /* Filename length max                     */
17
#define _PCONF_PATH       5 /* Max size of a pathname                  */
18
#define _PCONF_PIPE       6 /* Buffer size for a pipe                  */
19
#define _PCONF_CHRESTRICT 7 /* Can only root chown files?              */
20
#define _PCONF_NOTRUNC    8 /* Are pathnames truncated if too big?     */
21
#define _PCONF_VDISABLE   9 /* Magic char to disable special tty chars */
22
#define _PCONF_MAXPCONF   9
23
 
24
#endif /* !(_SPARC64_PCONF_H) */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.