[beast: 17/39] LAUNCHERS: use bse_version(), get rid of topconfig.h



commit 46adf686b2211930f025274c22f1a0d533134dcc
Author: Tim Janik <timj gnu org>
Date:   Sat Sep 12 00:22:54 2015 +0200

    LAUNCHERS: use bse_version(), get rid of topconfig.h

 launchers/beaststart.c |    2 +-
 launchers/bseshstart.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/launchers/beaststart.c b/launchers/beaststart.c
index b99cf65..20010a8 100644
--- a/launchers/beaststart.c
+++ b/launchers/beaststart.c
@@ -1,6 +1,6 @@
 // CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
-#include "topconfig.h"  /* holds HAVE_SETEUID etc... */
 #include "suidmain.h"
+#include "../configure.h"       // BIN_VERSION
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/launchers/bseshstart.c b/launchers/bseshstart.c
index 8232586..0a12d06 100644
--- a/launchers/bseshstart.c
+++ b/launchers/bseshstart.c
@@ -1,6 +1,6 @@
 // CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
-#include "topconfig.h"  /* holds HAVE_SETEUID etc... */
 #include "suidmain.h"
+#include "../configure.h"       // BIN_VERSION
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]