libsmbios_c library
linux.h
Go to the documentation of this file.
1 // (C) Copyright John Maddock 2001 - 2003.
2 // (C) Copyright Jens Maurer 2001 - 2003.
3 // Use, modification and distribution are subject to the
4 // Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 
7 // See http://www.boost.org for most recent version.
8 
9 // linux specific config options:
10 
11 #define LIBSMBIOS_C_PLATFORM "linux"
12 #define LIBSMBIOS_C_PLATFORM_LINUX
13 
14 // we can assume gettext on linux
15 #define LIBSMBIOS_C_HAS_GETTEXT
16 #define LIBSMBIOS_C_HAS_UNISTD_H
17 #include <unistd.h>
18