Restore autoconf.

This commit is contained in:
XMRig 2017-06-09 03:37:56 +03:00
parent 04c5d6d00a
commit ef3af1c4fd
2 changed files with 52 additions and 0 deletions

View file

@ -84,6 +84,11 @@ private:
bool setAlgo(const char *algo);
bool setUserpass(const char *userpass);
int getAlgoVariant() const;
# ifndef XMRIG_NO_AEON
int getAlgoVariantLite() const;
# endif
bool m_background;
bool m_colors;
bool m_doubleHash;