system.h (86e1cf34) system.h (6d678023)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 339 unchanged lines hidden (view full) ---

348#ifdef OS2
349# include <netinet/tcp.h>
350#endif
351
352#if !defined(_WIN32) && !defined(_WIN16) && !defined(OS2) && \
353 !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && !defined(SCO) && \
354 !defined(AIX) && !defined(HPUX) && \
355 !defined(SOLARIS) && !defined(MACOSX)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 339 unchanged lines hidden (view full) ---

348#ifdef OS2
349# include <netinet/tcp.h>
350#endif
351
352#if !defined(_WIN32) && !defined(_WIN16) && !defined(OS2) && \
353 !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && !defined(SCO) && \
354 !defined(AIX) && !defined(HPUX) && \
355 !defined(SOLARIS) && !defined(MACOSX)
356# error "Target plattform not specified !"
356# error "Target platform not specified !"
357#endif
358
359#if defined(NETBSD)
360#if defined _LITTLE_ENDIAN_OO
361# define _OSL_BIGENDIAN
362#elif defined _BIG_ENDIAN_OO
363# define _OSL_LITENDIAN
364#else

--- 145 unchanged lines hidden ---
357#endif
358
359#if defined(NETBSD)
360#if defined _LITTLE_ENDIAN_OO
361# define _OSL_BIGENDIAN
362#elif defined _BIG_ENDIAN_OO
363# define _OSL_LITENDIAN
364#else

--- 145 unchanged lines hidden ---