15 lines
195 B
C
15 lines
195 B
C
|
#ifndef BIGNUM_H_
|
||
|
#define BIGNUM_H_
|
||
|
|
||
|
#if HAVE_CONFIG_H
|
||
|
#include "clamav-config.h"
|
||
|
#endif
|
||
|
|
||
|
#if HAVE_SYSTEM_TOMSFASTMATH
|
||
|
#include <tfm.h>
|
||
|
#else
|
||
|
#include "tomsfastmath/headers/tfm.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|