diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-08-10 11:20:29 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-08-10 11:20:29 +0200 |
commit | bfe0583a1264e2b1467942ec33e1fa773d450d9b (patch) | |
tree | aa7347636eddb765fec8c8b7af11456f7ce209c2 /src/player.h | |
parent | 3a196f51581ffca2d2a902e83a9b69ac4702316c (diff) | |
download | pianobar-windows-bfe0583a1264e2b1467942ec33e1fa773d450d9b.tar.gz pianobar-windows-bfe0583a1264e2b1467942ec33e1fa773d450d9b.tar.bz2 pianobar-windows-bfe0583a1264e2b1467942ec33e1fa773d450d9b.zip |
Move feature test macros to config.h
I removed most of the *BSD-related stuff, because I can’t test these. If
this breaks your build, send me a patch please.
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h index b97f5b2..e4d9f5b 100644 --- a/src/player.h +++ b/src/player.h @@ -38,7 +38,6 @@ THE SOFTWARE. #include <piano.h> #include "settings.h" -#include "config.h" typedef struct { /* protected by pauseMutex */ |