diff options
Diffstat (limited to 'kppp/kpppconfig.h')
-rw-r--r-- | kppp/kpppconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/kpppconfig.h b/kppp/kpppconfig.h index 4c1d9320..1fdf43d3 100644 --- a/kppp/kpppconfig.h +++ b/kppp/kpppconfig.h @@ -26,11 +26,11 @@ #ifndef _KPPPCONFIG_H_ #define _KPPPCONFIG_H_ -#if defined(__svr4__) +#ifdef Q_OS_SOLARIS #define STREAMS -#define _XOPEN_SOURCE 1 +#define _XOPEN_SOURCE 600 #define _XOPEN_SOURCE_EXTENDED 1 -#define __EXTENSIONS__ +#define __EXTENSIONS__ 1 #endif #include <config.h> |