view libdha/config.h @ 8490:ac40496c7d9e

1000l! I have no idea how this code worked at all before. I guess no one tests win32 much anyway... :)
author rfelker
date Wed, 18 Dec 2002 07:34:32 +0000
parents 0e39a6112333
children 9dbb9c710480
line wrap: on
line source

#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H

#include "../config.h"

#ifdef TARGET_LINUX
#ifndef __powerpc__
#define CONFIG_DHAHELPER
#endif
#endif

#endif /* LIBDHA_CONFIG_H */