summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/i386/klibc/archconfig.h
blob: 7d4d5cdaa57d2a5a8e6786e044c9aae90fedfa3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * include/arch/i386/klibc/archconfig.h
 *
 * See include/klibc/sysconfig.h for the options that can be set in
 * this file.
 *
 */

#ifndef _KLIBC_ARCHCONFIG_H
#define _KLIBC_ARCHCONFIG_H

/* We have klibc/archinit.h and __libc_archinit() */
#define _KLIBC_HAS_ARCHINIT 1

#endif				/* _KLIBC_ARCHCONFIG_H */