aboutsummaryrefslogtreecommitdiff
path: root/text.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-10-23 22:10:17 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-10-23 22:10:17 +0200
commitebde7690075525341f9a90a000dcd4a569b0350a (patch)
treee6de8955c729946ee0877c4b9228f398c62f29df /text.c
parentae1c161dcf449da454f0a2dfd7681d95a2a4ff09 (diff)
downloadvis-ebde7690075525341f9a90a000dcd4a569b0350a.tar.gz
vis-ebde7690075525341f9a90a000dcd4a569b0350a.tar.xz
Move feature test macros to config.mk
Diffstat (limited to 'text.c')
-rw-r--r--text.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/text.c b/text.c
index 6a213bf..004de22 100644
--- a/text.c
+++ b/text.c
@@ -13,8 +13,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define _DEFAULT_SOURCE
-#define _BSD_SOURCE
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>