source: GPL/trunk/include/linux/config.h@ 347

Last change on this file since 347 was 347, checked in by Brendan Oakley, 17 years ago

Adjustments to linux headers and lib32 for compiling resync 1.0.4

File size: 168 bytes
Line 
1
2#ifndef _LINUX_CONFIG_H
3#define _LINUX_CONFIG_H
4
5/* __user not supported in OpenWatcom */
6#ifndef __user
7#define __user
8#endif
9
10#endif /* _LINUX_CONFIG_H */
Note: See TracBrowser for help on using the repository browser.