/boo/kernel.h 파일이 이상하게 나오는데..

mudori의 이미지

[root@host38 sendmail-8.13.1]# vi /boot/kernel.h
/* This file is automatically generated at boot time. */
#ifndef __BOOT_KERNEL_H_
#define __BOOT_KERNEL_H_

/* Kernel type package kernel-2.4.27 is not installed */

#ifndef __MODULE_KERNEL_package kernel-2.4.27 is not installed <--- 컴파일 해서 잘 올렸느데 이렇게 나오네요.. 그래서 sendmail 컴파일 하는데 warnnig 이 발생하고 있습니다.
원인과 대처 방안좀 알려주시면 감사하겠습니다.

#define __MODULE_KERNEL_package kernel-2.4.27 is not installed 1
#endif

#ifndef __BOOT_KERNEL_ENTERPRISE
#define __BOOT_KERNEL_ENTERPRISE 0
#endif

#ifndef __BOOT_KERNEL_SMP
#define __BOOT_KERNEL_SMP 0
#endif

#ifndef __BOOT_KERNEL_UP
#define __BOOT_KERNEL_UP 1
#endif

#endif