pcompress/archive/libarchive-3.1.2/build/cmake/CheckFuncs_stub.c.in
2014-09-11 18:34:43 +05:30

16 lines
209 B
C

#ifdef __STDC__
#include <limits.h>
#else
#include <assert.h>
#endif
int
main()
{
#if defined ${CHECK_STUB_FUNC_1} || defined ${CHECK_STUB_FUNC_2}
return 0;
#else
this system have stub
return 0;
#endif
}