Commit 34fcb939 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: move features macro into source code

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent 3d9f67dc
CFLAGS+=-std=gnu99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS+=-std=gnu99 -g -Wall -Wextra -pedantic
LIBS=-lm
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
......
......@@ -18,6 +18,9 @@
*
*/
#define _GNU_SOURCE
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment