1
0
mirror of https://github.com/vgough/encfs.git synced 2025-03-21 18:56:49 +01:00
encfs/cmake/CheckFuncs_stub.c.in

17 lines
209 B
C
Raw Normal View History

2015-06-14 07:08:13 +02:00
#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
}