From: Alexey Chernobaev Date: Wed, 29 Aug 2018 17:25:17 +0000 (+0300) Subject: Temporary disable TIZEN ifndef X-Git-Tag: submit/tizen/20180911.125435~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06720f8de3bbfca9ce052997c0eff4e8ea12aa27;p=sdk%2Ftools%2Fprofctl.git Temporary disable TIZEN ifndef --- diff --git a/profctl.c b/profctl.c index 80e86b2..1d1951f 100644 --- 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 #include