]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/xz/src/common/tuklib_config.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / xz / src / common / tuklib_config.h
1 #ifdef HAVE_CONFIG_H
2 #       include "sysdefs.h"
3 #else
4 #       include <stddef.h>
5 #       include <inttypes.h>
6 #       include <limits.h>
7 #endif