summaryrefslogtreecommitdiff
path: root/include/sysconf.h.cmake
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-11 16:04:57 +0100
committerSadie Powell <sadie@witchery.services>2020-09-28 15:28:26 +0100
commit907aa603801b1d06d34b23ba9e473f4b74db28fe (patch)
treef3a4ca0159f7f56518aa28b80f1a06cff1f69422 /include/sysconf.h.cmake
parentc7e26c5f679465304fb7ffb27d131857a1030b2e (diff)
All modern platforms support stdint so remove pstdint.
Diffstat (limited to 'include/sysconf.h.cmake')
-rw-r--r--include/sysconf.h.cmake7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/sysconf.h.cmake b/include/sysconf.h.cmake
index 5f0e275c3..25563a029 100644
--- a/include/sysconf.h.cmake
+++ b/include/sysconf.h.cmake
@@ -5,7 +5,6 @@
#cmakedefine DEFUMASK @DEFUMASK@
#cmakedefine HAVE_CSTDINT 1
-#cmakedefine HAVE_STDINT_H 1
#cmakedefine HAVE_STDDEF_H 1
#cmakedefine HAVE_STRCASECMP 1
#cmakedefine HAVE_STRICMP 1
@@ -19,11 +18,7 @@
#ifdef HAVE_CSTDINT
# include <cstdint>
#else
-# ifdef HAVE_STDINT_H
-# include <stdint.h>
-# else
-# include "pstdint.h"
-# endif
+# include <stdint.h>
#endif
#ifdef HAVE_STDDEF_H
# include <stddef.h>