1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00

Conditionally include "config.h"

This commit is contained in:
Alex Kotov 2020-12-07 09:46:37 +05:00
parent 667ab653ad
commit 4ada31d7f5
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
10 changed files with 20 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
.global kernaux_arch_x86_hang
.global kernaux_arch_x86_read_cr0

View file

@ -1 +1,3 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/cmdline.h>
#include <kernaux/stdlib.h>

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef ARCH_X86
#include <kernaux/arch/x86.h>

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/pfa.h>
#include <kernaux/stdlib.h>

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/printf.h>
#include <kernaux/stdlib.h>

View file

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/stdlib.h>