summaryrefslogtreecommitdiff
path: root/radiola.c
diff options
context:
space:
mode:
Diffstat (limited to 'radiola.c')
-rw-r--r--radiola.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/radiola.c b/radiola.c
deleted file mode 100644
index aaaf047..0000000
--- a/radiola.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-
-#include "config.h"
-#include "hw/hw.h"
-
-int main()
-{
-#if def(OS_LINUX)
- printf("Compiled in Linux comp mode\n");
-#elif def(OS_NETBSD)
- printf("Compiled in NetBSD comp mode\n");
-#else
- printf("Unknown mode\n");
-#endif
- return 0;
-}