File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ extern "C" {
36
36
37
37
/* Define the inline directive when available */
38
38
#if defined( __GNUC__ )&& !defined( __cplusplus )
39
- #define INLINE __inline__
39
+ #define INLINE
40
40
#else
41
41
#define INLINE
42
42
#endif
Original file line number Diff line number Diff line change 16
16
/* CRON_SUPPORTED should be enabled when Zebra is compiled for
17
17
a Unix system which supports the Cron daemon. */
18
18
19
- #ifdef __linux__
20
- #define CRON_SUPPORTED
21
- #endif
22
-
23
19
/* GTC_SUPPORTED should be enabled when Zebra is compiled for
24
20
Windows 95/98/NT and the compiler supports the function
25
21
GetTickCount() and keeps the definition in <windows.h>. */
26
22
27
23
#include "porting.h"
28
24
29
- #define GTC_SUPPORTED
30
-
31
25
32
26
33
27
#include <math.h>
You can’t perform that action at this time.
0 commit comments