diff options
author | David Robillard <d@drobilla.net> | 2022-07-19 09:54:48 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-20 10:35:05 -0400 |
commit | c0ef025450cf1b7eec85ae8058e0a9e301e7cd16 (patch) | |
tree | 6914ea1a19f3cf656533b902cf823c4953bce5cb /src/binary_location.h | |
parent | 4f33eb5ba4e2c116b9413282e18508815ea73966 (diff) | |
download | patchage-c0ef025450cf1b7eec85ae8058e0a9e301e7cd16.tar.gz patchage-c0ef025450cf1b7eec85ae8058e0a9e301e7cd16.tar.bz2 patchage-c0ef025450cf1b7eec85ae8058e0a9e301e7cd16.zip |
Switch to meson build system
Diffstat (limited to 'src/binary_location.h')
-rw-r--r-- | src/binary_location.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/binary_location.h b/src/binary_location.h index 220c534..d3394f3 100644 --- a/src/binary_location.h +++ b/src/binary_location.h @@ -14,10 +14,6 @@ * along with Patchage. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE -#endif - #include <dlfcn.h> #include <climits> |