diff options
Diffstat (limited to 'kppp/configure.in.in')
-rw-r--r-- | kppp/configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/configure.in.in b/kppp/configure.in.in index 720680c2..84e66210 100644 --- a/kppp/configure.in.in +++ b/kppp/configure.in.in @@ -5,7 +5,7 @@ AC_MSG_CHECKING(if kppp's headers are installed) AC_LANG_SAVE AC_LANG_CPLUSPLUS AC_TRY_LINK([ -#if defined(__osf__) || defined(__svr4__) +#if defined(__svr4__) #define _POSIX_PII_SOCKET extern "C" int sethostname(char *name, int name_len); #endif @@ -40,7 +40,7 @@ AC_TRY_LINK([ #include <net/if_ppp.h> /* BSD, NeXT, etc. */ #endif - #else /* SunOS 4, AIX 4, OSF/1, etc. */ + #else /* SunOS 4, AIX 4, etc. */ #include <sys/stream.h> #include <net/ppp_str.h> #endif |