--- gene-algorithms.c.orig 2020-06-04 23:57:31 UTC +++ gene-algorithms.c @@ -28,7 +28,7 @@ #include #include -#ifndef FREEBSD +#ifndef __FreeBSD__ #include #endif @@ -1563,7 +1563,7 @@ int load_offsets(gene_offset_t* offsets , const char i double miltime(){ double ret; - #ifdef FREEBSD + #ifdef __FreeBSD__ struct timeval tp; struct timezone tz; tz.tz_minuteswest=0;