Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/include/archaccel.h
blob: 498f028d4df393d31bf6da2e6577c180e00d0c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef ACCEL_H
#define ACCEL_H
#ifdef __GNUC__
#ifdef __i386__
#ifdef __OPTIMIZE__
#include <i386/sstring.h>
#endif
#endif
#endif
#endif

#ifndef memset_long
#define memset_long(x,y,z) memset(x,y,z)
#endif