Magellan Linux

Annotation of /trunk/mkinitrd-magellan/klibc/usr/include/arch/sparc64/klibc/archconfig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (hide annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 8 months ago) by niro
File MIME type: text/plain
File size: 423 byte(s)
-updated to klibc-1.5.19
1 niro 532 /*
2     * include/arch/sparc64/klibc/archconfig.h
3     *
4     * See include/klibc/sysconfig.h for the options that can be set in
5     * this file.
6     *
7     */
8    
9     #ifndef _KLIBC_ARCHCONFIG_H
10     #define _KLIBC_ARCHCONFIG_H
11    
12     #define _KLIBC_USE_RT_SIG 1 /* Use rt_* signals */
13     #define _KLIBC_NEEDS_SA_RESTORER 1 /* Need a restorer function */
14 niro 1122 #define _KLIBC_SYS_SOCKETCALL 1 /* Use sys_socketcall unconditionally */
15 niro 532
16     #endif /* _KLIBC_ARCHCONFIG_H */