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 12:03:24 +0900 |
| commit | 40fb163bf163c34ff66142de686be7b87d212254 (patch) | |
| tree | 650cf51108376253b541437937fda05d19c9ae04 /config.h.cmake | |
| parent | 92bde6f6c114e0d7ae4e8428402494a9b90c0d32 (diff) | |
| download | tdelibs-40fb163b.tar.gz tdelibs-40fb163b.zip | |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1df809582147440749d88e03b70916044db15339)
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 |
