diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-06 16:36:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 09:55:35 +0900 |
commit | 1df809582147440749d88e03b70916044db15339 (patch) | |
tree | 952e675d15a9c79bc8418c0eb5f996af910f11f1 /config.h.cmake | |
parent | e9b2881ed720ce8f3bf2053e359f386ce434b173 (diff) | |
download | tdelibs-1df809582147440749d88e03b70916044db15339.tar.gz tdelibs-1df809582147440749d88e03b70916044db15339.zip |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config.h.cmake b/config.h.cmake index fa6580cf3..2f29ba382 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -600,9 +600,6 @@ /* Define to 1 if you have the <sys/asoundlib.h> header file. */ #cmakedefine HAVE_SYS_ASOUNDLIB_H 1 -/* Define to 1 if you have the <sys/bitypes.h> header file. */ -#cmakedefine HAVE_SYS_BITYPES_H 1 - /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */ #cmakedefine HAVE_SYS_DIR_H 1 @@ -958,19 +955,6 @@ -#ifdef __osf__ -#ifdef __cplusplus -extern "C" { -#endif -#include <sys/mount.h> -int getmntinfo(struct statfs **mntbufp, int flags); -#include <sys/fs_types.h> /* for mnt_names[] */ -#ifdef __cplusplus -} -#endif -#endif - - /* Define if you need to use the GNU extensions */ #cmakedefine _GNU_SOURCE 1 |