massive conversion of types.
authoraland <aland>
Fri, 25 Feb 2000 18:53:29 +0000 (18:53 +0000)
committeraland <aland>
Fri, 25 Feb 2000 18:53:29 +0000 (18:53 +0000)
commitbeb4e6eaca7a104c0619e9cbf51a9778b49cd02d
tree7d3f36f78152917920c96f0ff5c715004a655ab6
parente90211c6a38b4fb2e7836115b737500b539a3017
massive conversion of types.

UINT4 is now uint32_t.  If <stdint.h> defines it, that's what
we use, otherwise we set it to 'unsigned int', which is what
UINT4 was typedef'd to be.

Also, the 'strvalue' in the VALUE_PAIR structure is now uint8_t,
as RADIUS network traffic is explicitely octets.  If uint8_t
isn't defined, we define it to be 'unsigned char', which is
the old value.
15 files changed:
acconfig.h
configure.in
src/include/autoconf.h.in
src/include/conffile.h
src/include/libradius.h
src/include/radiusd.h
src/lib/filters.c
src/lib/misc.c
src/lib/radius.c
src/main/files.c
src/main/nas.c
src/main/radiusd.c
src/main/radutmp.c
src/modules/rlm_acct_unique/rlm_acct_unique.c
src/modules/rlm_files/rlm_files.c