403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/games/xrally/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/games/xrally/files/patch-global.h
--- global.h.orig	2001-01-02 05:49:16.000000000 +1100
+++ global.h	2009-02-22 13:18:18.000000000 +1100
@@ -5,7 +5,7 @@
     copyright            : (C) 2000 by Perdig
     email                : perdig@linuxbr.com.br
 
-    $Id: global.h,v 1.9 2001/01/01 18:49:16 perdig Exp $
+    $Id: global.h,v 1.10 2001/01/11 15:28:03 perdig Exp $
  ***************************************************************************/
 
 /***************************************************************************
@@ -181,10 +181,12 @@
 #define _D_INFO "\x1b[33m"
 #define _D_CRIT "\x1b[31m"
 #define _D_WARN "\x1b[36m"
-#define _D(args...) do { \
-        printf("\x1b[33m" __PRETTY_FUNCTION__ " \x1b[37m[" __FILE__ \
-        ":%d] " _D_INFO, __LINE__); printf (args); printf ("\x1b[0m\n"); \
-        } while (0)
+#define _D(args...) { \
+        printf("\x1b[33m%s \x1b[37m[%s:%d]%s", \
+	__PRETTY_FUNCTION__, __FILE__, __LINE__, _D_INFO); \
+	printf(args); \
+	printf("\x1b[0m\n"); \
+        }
 
 #define ldbg(STR...) { if (DEBUG&4) _D(_D_INFO STR); }
 #define dbg(STR...)  { if (DEBUG&2) _D(_D_WARN STR); }
@@ -213,4 +215,13 @@
 
 #define PLAYABLE
 
+#ifndef USE_SOUND
+#define sound_switch()
+#define sound_stop()
+#define sound_volume(a)
+#define sound_start()
+#define sound_select(a)
+#define sound_load(a)
+#endif
+
 #endif

Youez - 2016 - github.com/yon3zu
LinuXploit