Temporary disable TIZEN ifndef
authorAlexey Chernobaev <achernobaev@dev.rtsoft.ru>
Wed, 29 Aug 2018 17:25:17 +0000 (20:25 +0300)
committerAleksei Vereshchagin <avereschagin@dev.rtsoft.ru>
Mon, 3 Sep 2018 15:21:42 +0000 (18:21 +0300)
profctl.c

index 80e86b2..1d1951f 100644 (file)
--- a/profctl.c
+++ b/profctl.c
@@ -1,8 +1,8 @@
 #define _GNU_SOURCE
 
-#ifndef TIZEN
-#define TIZEN 1
-#endif
+//#ifndef TIZEN
+//#define TIZEN 1
+//#endif
 
 #include <errno.h>
 #include <getopt.h>