source: GPL/trunk/include/linux/capability.h

Last change on this file was 441, checked in by Paul Smedley, 16 years ago

Move functions out of config.h into appropriate linux header

File size: 210 bytes
Line 
1/* $Id: capability.h,v 1.1.1.1 2003/07/02 13:57:00 eleph Exp $ */
2
3#ifndef _LINUX_CAPABILITY_H
4#define _LINUX_CAPABILITY_H
5#define capable(a) 1
6#define CAP_SYS_ADMIN 0
7#endif /* _LINUX_CAPABILITY_H */
Note: See TracBrowser for help on using the repository browser.