fixed compilation problem on HP-UX.

merge-requests/1/head
Gerhard Jaeger 2004-05-22 13:54:29 +00:00
rodzic 55624fa51d
commit 1cb426ee47
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -120,9 +120,11 @@ inb( u_long port )
} }
# endif # endif
#elif defined(HAVE_LIBIEEE1284) #elif defined(HAVE_LIBIEEE1284)
# include <ieee1284.h> # include <ieee1284.h>
#else #else
# warning "No I/O support for this architecture!" # if defined(__GNUC__)
# warning "No I/O support for this architecture!"
# endif
# define IO_SUPPORT_MISSING # define IO_SUPPORT_MISSING
#endif #endif