ObjFW  Check-in [cd47d59676]

Overview
Comment:platform.h: Add OF_FREEBSD and OF_OPENBSD
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cd47d5967677772c245f9693138046345e0d714e84f7b3637406b3b6c01d7afa
User & Date: js on 2017-04-09 18:26:39
Other Links: manifest | tags
Context
2017-04-09
20:50
Use LC_MESSAGES locale for messages check-in: 3d5b88d42e user: js tags: trunk
18:26
platform.h: Add OF_FREEBSD and OF_OPENBSD check-in: cd47d59676 user: js tags: trunk
18:22
Add OFSandbox check-in: 40cf53506a user: js tags: trunk
Changes

Modified src/platform.h from [f09a565791] to [708e3b4293].

80
81
82
83
84
85
86


87
88


89
90
91
92
93
94
95
# else
#  define OF_MACOS
# endif
#elif defined(__linux__)
# define OF_LINUX
#elif defined(_WIN32)
# define OF_WINDOWS


#elif defined(__NetBSD__)
# define OF_NETBSD


#elif defined(__DragonFly__)
# define OF_DRAGONFLYBSD
#elif defined(__HAIKU__)
# define OF_HAIKU
#elif defined(__sun__)
# define OF_SOLARIS
#elif defined(__QNX__)







>
>


>
>







80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# else
#  define OF_MACOS
# endif
#elif defined(__linux__)
# define OF_LINUX
#elif defined(_WIN32)
# define OF_WINDOWS
#elif defined(__FreeBSD__)
# define OF_FREEBSD
#elif defined(__NetBSD__)
# define OF_NETBSD
#elif defined(__OpenBSD__)
# define OF_OPENBSD
#elif defined(__DragonFly__)
# define OF_DRAGONFLYBSD
#elif defined(__HAIKU__)
# define OF_HAIKU
#elif defined(__sun__)
# define OF_SOLARIS
#elif defined(__QNX__)