From a7f12a1d89aa3d7810996330b79acc577f3a558e Mon Sep 17 00:00:00 2001 From: Mike Frysinger <vapier@gentoo.org> Date: Sun, 17 Jun 2012 20:47:04 -0700 Subject: sandbox: drop beep support Almost no one has beep support turned on anymore, and ebeep in the main tree has been deprecated (meaning it wasn't found useful while building packages). So punt support for it from sandbox too. Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- libsbutil/sbutil.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libsbutil') diff --git a/libsbutil/sbutil.h b/libsbutil/sbutil.h index bdff33f..ad9ce25 100644 --- a/libsbutil/sbutil.h +++ b/libsbutil/sbutil.h @@ -57,7 +57,6 @@ extern const char env_sandbox_testing[]; #define ENV_SANDBOX_PREDICT "SANDBOX_PREDICT" #define ENV_SANDBOX_ON "SANDBOX_ON" -#define ENV_SANDBOX_BEEP "SANDBOX_BEEP" #define ENV_SANDBOX_PID "SANDBOX_PID" #define ENV_SANDBOX_ABORT "SANDBOX_ABORT" @@ -66,8 +65,6 @@ extern const char env_sandbox_testing[]; #define ENV_SANDBOX_ACTIVE "SANDBOX_ACTIVE" #define SANDBOX_ACTIVE "armedandready" -#define DEFAULT_BEEP_COUNT 3 - #define SB_BUF_LEN 2048 #define COLOR_NORMAL "\033[0m" -- cgit v1.2.3-65-gdbad