System specific configuration for Linux.
LinuxSystemKonfig | System specific configuration for Linux. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file of LinuxSystemKonfig. |
C-kern/ | Generic header Konfiguration. |
system specific configurations | |
GNU C-Compiler | |
_THREAD_SAFE | Makes calls to library functions thread safe. |
_FILE_OFFSET_BITS | Makes file api support of files with size of 2GB * 4GB. |
_GNU_SOURCE | Makes file api support of files with size of 2GB * 4GB. |
Include Files | |
Linux Specific Includes | Include all C99, Posix and Linux specific header files. |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2011 Jörg Seebohn
Header file of LinuxSystemKonfig.
Generic header Konfiguration.
GNU C-Compiler | |
_THREAD_SAFE | Makes calls to library functions thread safe. |
_FILE_OFFSET_BITS | Makes file api support of files with size of 2GB * 4GB. |
_GNU_SOURCE | Makes file api support of files with size of 2GB * 4GB. |
Include Files | |
Linux Specific Includes | Include all C99, Posix and Linux specific header files. |
Include all C99, Posix and Linux specific header files. This ensures that all files are compiled with the same system headers. But system specific include files for X11, OpenGL and other graphic libraries are included only in the implementation files.
This rule may be changed in the future to speed up compilation.
If you call functions of PAM (Pluggable Authentication Modules) included from
#include <security/pam_appl.h>
you need to link the binary with libpam (-lpam).
Makes calls to library functions thread safe.
#define _THREAD_SAFE
Makes file api support of files with size of 2GB * 4GB.
#define _FILE_OFFSET_BITS 64
Makes file api support of files with size of 2GB * 4GB.
#define _GNU_SOURCE