diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-10-23 22:10:17 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-10-23 22:10:17 +0200 |
| commit | ebde7690075525341f9a90a000dcd4a569b0350a (patch) | |
| tree | e6de8955c729946ee0877c4b9228f398c62f29df /text.c | |
| parent | ae1c161dcf449da454f0a2dfd7681d95a2a4ff09 (diff) | |
| download | vis-ebde7690075525341f9a90a000dcd4a569b0350a.tar.gz vis-ebde7690075525341f9a90a000dcd4a569b0350a.tar.xz | |
Move feature test macros to config.mk
Diffstat (limited to 'text.c')
| -rw-r--r-- | text.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |
