mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
Correct NORADIUS compilarion support
This commit is contained in:
parent
0f560a4725
commit
3e35fdd054
@ -57,10 +57,13 @@ void logpush(struct logevent *evt);
|
||||
#define HAVERADIUS 0
|
||||
#define HAVESQL 0
|
||||
#else
|
||||
#ifndef NORADIUS
|
||||
int raddobuf(struct clientparam * param, unsigned char * buf, int bufsize, const unsigned char *s);
|
||||
void logradius(const char * buf, int len, struct LOGGER *logger);
|
||||
#define HAVERADIUS 1
|
||||
|
||||
#else
|
||||
#define HAVERADIUS 0
|
||||
#endif
|
||||
#ifndef NOODBC
|
||||
#define HAVESQL 1
|
||||
static int sqlinit(struct LOGGER *logger);
|
||||
|
Loading…
Reference in New Issue
Block a user