You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
2.3 KiB
111 lines
2.3 KiB
#cmakedefine PACKAGE "@PACKAGE@"
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
|
|
|
|
|
|
// ark
|
|
|
|
#cmakedefine HAVE_STRLCPY_PROTO
|
|
#if !defined(HAVE_STRLCPY_PROTO)
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
unsigned long strlcpy(char*, const char*, unsigned long);
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
#endif
|
|
|
|
#cmakedefine HAVE_STRLCAT_PROTO
|
|
#if !defined(HAVE_STRLCAT_PROTO)
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
unsigned long strlcat(char*, const char*, unsigned long);
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
#define HAVE_STRLCAT
|
|
#endif
|
|
|
|
// NOTE: some macros already defined in python.h so if they
|
|
// won't be ifdefed they couse superkaramba to
|
|
// produce lots of warnings.
|
|
|
|
|
|
// kcalc
|
|
|
|
#cmakedefine SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
|
|
|
|
#if !defined( HAVE_STDLIB_H )
|
|
#cmakedefine HAVE_STDLIB_H
|
|
#endif // HAVE_STDLIB_H
|
|
|
|
#if !defined( HAVE_LONG_DOUBLE )
|
|
#cmakedefine HAVE_LONG_DOUBLE
|
|
#endif // HAVE_LONG_DOUBLE
|
|
|
|
#cmakedefine HAVE_L_FUNCS
|
|
#cmakedefine HAVE_IEEEFP_H
|
|
#cmakedefine HAVE_FUNC_ISINF
|
|
#cmakedefine HAVE_FUNC_ROUND
|
|
#cmakedefine HAVE_FUNC_ROUNDL
|
|
|
|
|
|
// klaptopdaemon
|
|
|
|
#if !defined( HAVE_STDINT_H )
|
|
#cmakedefine HAVE_STDINT_H
|
|
#endif // HAVE_STDINT_H
|
|
#if !defined( HAVE_MACHINE_APM_BIOS_H )
|
|
#cmakedefine HAVE_MACHINE_APM_BIOS_H
|
|
#endif // HAVE_MACHIE_APM_BIOS_H
|
|
#if !defined( HAVE_DEV_APM_APMIO_H )
|
|
#cmakedefine HAVE_DEV_APM_APMIO_H
|
|
#endif // HAVE_DEV_APM_APMIO_H
|
|
|
|
#cmakedefine HAVE_XSCREENSAVER
|
|
#cmakedefine HAVE_DPMS
|
|
#cmakedefine HAVE_DPMSINFO_PROTO
|
|
|
|
|
|
// ksim
|
|
|
|
#if !defined( HAVE_SYS_STATVFS_H )
|
|
#cmakedefine HAVE_SYS_STATVFS_H
|
|
#endif // HAVE_SYS_STATVFS_H
|
|
|
|
#cmakedefine HAVE_SYS_STATFS_H
|
|
#cmakedefine HAVE_SYS_VFS_H
|
|
#cmakedefine HAVE_SYS_MOUNT_H
|
|
#cmakedefine HAVE_MNTENT_H
|
|
#cmakedefine HAVE_SYS_UCRED_H
|
|
#cmakedefine HAVE_SYS_MNTTAB_H
|
|
#cmakedefine HAVE_SYS_LOADAVG_H
|
|
#cmakedefine HAVE_SYSINFO_HIGH
|
|
|
|
#if !defined( HAVE_GETLOADAVG )
|
|
#cmakedefine HAVE_GETLOADAVG
|
|
#endif // HAVE_GETLOADAVG
|
|
|
|
#cmakedefine HAVE_STATFS
|
|
#if !defined( HAVE_STATVFS )
|
|
#cmakedefine HAVE_STATVFS
|
|
#endif
|
|
#cmakedefine HAVE_GETMNTINFO
|
|
#cmakedefine GETMNTINFO_USES_STATVFS
|
|
|
|
// superkaramba
|
|
|
|
#cmakedefine HAVE_XMMS
|
|
#cmakedefine HAVE_TDENEWSTUFF
|
|
|
|
#if !defined( HAVE_SYS_TYPES_H )
|
|
#cmakedefine HAVE_SYS_TYPES_H
|
|
#endif // HAVE_SYS_TYPES_H
|
|
|
|
|