ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clamav/libclamav/bignum.h

15 lines
195 B

14 years ago
#ifndef BIGNUM_H_
#define BIGNUM_H_
#if HAVE_CONFIG_H
#include "clamav-config.h"
#endif
14 years ago
#if HAVE_SYSTEM_TOMSFASTMATH
#include <tfm.h>
#else
#include "tomsfastmath/headers/tfm.h"
#endif
14 years ago
#endif