Move popcount() to an optionally built part of wsutil for systems that
authorStephen Fisher <sfisher@sdf.org>
Mon, 22 Dec 2014 20:50:10 +0000 (13:50 -0700)
committerStephen Fisher <sfisher@sdf.org>
Tue, 23 Dec 2014 00:22:23 +0000 (00:22 +0000)
commit3d62d2c396aa016d97f788205978f4fdba2d4d4b
tree161f97d511c7449b0caf17ab87edef4b0280a573
parent59b4ab53fcf08db3daa7461b463ca47e83e55079
Move popcount() to an optionally built part of wsutil for systems that
provide their own popcount().

Change-Id: Ic26f3b50cf0bd2b4af0d42e9c27488ebbac1ab33
Reviewed-on: https://code.wireshark.org/review/5998
Petri-Dish: Stephen Fisher <sfisher@sdf.org>
Reviewed-by: Stephen Fisher <sfisher@sdf.org>
configure.ac
epan/dissectors/packet-x11.c
wsutil/Makefile.am
wsutil/popcount.c [new file with mode: 0644]
wsutil/popcount.h [new file with mode: 0644]