[beast: 20/39] LAUNCHERS: use ../configure.h instead of topconfig.h
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 20/39] LAUNCHERS: use ../configure.h instead of topconfig.h
- Date: Sun, 13 Sep 2015 20:28:36 +0000 (UTC)
commit 5228a490c706b929bb0bac6b633198cd92e84d9f
Author: Tim Janik <timj gnu org>
Date: Sat Sep 12 00:25:16 2015 +0200
LAUNCHERS: use ../configure.h instead of topconfig.h
launchers/suidmain.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/launchers/suidmain.c b/launchers/suidmain.c
index cb1343f..8a0d43d 100644
--- a/launchers/suidmain.c
+++ b/launchers/suidmain.c
@@ -1,6 +1,6 @@
// CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
-#include "topconfig.h" // HAVE_SETEUID, HAVE_SETREUID
#include "suidmain.h"
+#include "../configure.h" // HAVE_SETEUID, HAVE_SETREUID
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]