diff options
author | Chris Robinson <[email protected]> | 2020-03-21 08:39:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-03-21 08:39:45 -0700 |
commit | adf28d87aac0be1f21a38e5c5e720cae281989ce (patch) | |
tree | de2fcf62776b983215bd24233d5db8d186a4398d /config.h.in | |
parent | 12775513ae666b0433e63b82b80de87019770b35 (diff) |
Remove the check for stat()
It's POSIX-2001 standard
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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} |