add more spacing
[personal-kdebase.git] / apps / kinfocenter / base / CMakeLists.txt
blob6fa5a2db9e6435a392b479b3b50e090f40ae241b
1 # TODO: HAVE_COREAUDIO (for OSX)
2 # TODO: HAVE_LIBDEVINFO_H (for Solaris 7 and later)
3 #   to be set if both -ldevinfo and libdevinfo.h exist
5 check_include_files(devinfo.h HAVE_DEVINFO_H)       # info_fbsd.cpp
6 check_include_files(fstab.h HAVE_FSTAB_H)           # info_linux.cpp
7 check_include_files(linux/raw.h HAVE_LINUX_RAW_H)   # info_linux.cpp
8 check_include_files(mntent.h HAVE_MNTENT_H)         # info_linux.cpp
9 check_include_files(sys/ioctl.h HAVE_SYS_IOCTL_H)   # info_linux.cpp
10 check_include_files(sys/raw.h HAVE_SYS_RAW_H)       # info_linux.cpp
11 check_include_files(Alib.h HAVE_ALIB_H)             # info_hpux.cpp
13 configure_file (../base/config-infocenter.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-infocenter.h )