tools: don't define GNU_SOURCE if were including config.h anyway

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
This commit is contained in:
Peter Hutterer 2016-11-30 17:53:00 +10:00
parent e0b200caa6
commit ea7026b7c1
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#define _GNU_SOURCE
#include <config.h>
#include <linux/input.h>

View file

@ -21,7 +21,6 @@
* DEALINGS IN THE SOFTWARE.
*/
#define _GNU_SOURCE
#include <config.h>
#include <errno.h>