Disable the fxTime and timer functions on FreeBSD, which are only used by

the tests.
This commit is contained in:
anholt
2003-07-23 18:45:17 +00:00
parent 59ee0209d0
commit 63c16626f8

View File

@@ -42,7 +42,8 @@ int fxGethostname(char *name, int n)
#else
#include <fxos.h>
#endif
#if !macintosh
#if !macintosh && !defined(__FreeBSD__)
/* return current time in seconds (floating point) */
float fxTime(void)
{