aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-21 08:39:45 -0700
committerChris Robinson <[email protected]>2020-03-21 08:39:45 -0700
commitadf28d87aac0be1f21a38e5c5e720cae281989ce (patch)
treede2fcf62776b983215bd24233d5db8d186a4398d /config.h.in
parent12775513ae666b0433e63b82b80de87019770b35 (diff)
Remove the check for stat()
It's POSIX-2001 standard
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 4a1e2b00..d59a954b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -74,9 +74,6 @@
/* Define if we have the SDL2 backend */
#cmakedefine HAVE_SDL2
-/* Define if we have the stat function */
-#cmakedefine HAVE_STAT
-
/* Define to the size of a long int type */
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}