00001 // (C) Copyright John Maddock 2001 - 2003. 00002 // (C) Copyright Jens Maurer 2001 - 2003. 00003 // Use, modification and distribution are subject to the 00004 // Boost Software License, Version 1.0. (See accompanying file 00005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00006 00007 // See http://www.boost.org for most recent version. 00008 00009 // linux specific config options: 00010 00011 #define LIBSMBIOS_C_PLATFORM "linux" 00012 #define LIBSMBIOS_C_PLATFORM_LINUX 00013 00014 // we can assume gettext on linux 00015 #define LIBSMBIOS_C_HAS_GETTEXT 00016 #define LIBSMBIOS_C_HAS_UNISTD_H 00017 #include <unistd.h> 00018