Revert "Merge pull request #1103 from brauner/2016-07-27/fix_android_getline"

This reverts commit 2579641608, reversing
changes made to 813d7f1453.

Contrary to what we suspected the android build errors were not caused by
missing wrong relative include paths. Rather, they were caused by autoconf.

Signed-off-by: Christian Brauner <cbrauner@suse.de>
This commit is contained in:
Christian Brauner 2016-07-28 10:56:46 +02:00
parent 2579641608
commit 061f2b8a2b
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -33,13 +33,6 @@
#include "config.h"
/* Define getline() if missing from the C library */
#ifndef HAVE_GETLINE
#ifdef HAVE_FGETLN
#include <../../include/getline.h>
#endif
#endif
/* define constants if the kernel/glibc headers don't define them */
#ifndef MS_DIRSYNC
#define MS_DIRSYNC 128