Don't default enable the debug functionality with its unprotected getenv().
authorguenther <guenther@openbsd.org>
Thu, 17 Apr 2014 15:28:26 +0000 (15:28 +0000)
committerguenther <guenther@openbsd.org>
Thu, 17 Apr 2014 15:28:26 +0000 (15:28 +0000)
ok eric@ sthen@ deraadt@

lib/libc/asr/asr_private.h

index d03e686..1980373 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: asr_private.h,v 1.25 2014/03/25 19:48:11 eric Exp $   */
+/*     $OpenBSD: asr_private.h,v 1.26 2014/04/17 15:28:26 guenther Exp $       */
 /*
  * Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
  *
 
 #include <stdio.h>
 
-#ifndef ASRNODEBUG
-#define DEBUG
-#endif
-
 #define QR_MASK                (0x1 << 15)
 #define OPCODE_MASK    (0xf << 11)
 #define AA_MASK                (0x1 << 10)