Deleted unused compat file.

This commit is contained in:
MeltyPlayer
2022-10-24 03:02:31 -05:00
parent bbf8827011
commit 0bfd2b9ed2
-8
View File
@@ -1,8 +0,0 @@
#ifndef COMPAT_H
#define COMPAT_H value
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#define __BSD__
#endif
#endif