diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-02-01 00:02:59 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-02-01 12:50:29 -0500 |
commit | 36330d7aab63ef2c202efb0d551f104ed6cefa17 (patch) | |
tree | 38f2937d74a2a51ec2dc1d4325074c621db90b92 /util.h | |
parent | 5d1c2af7d1ca2cf77e0be712ea1e20a3e7188a94 (diff) | |
download | bfs-36330d7aab63ef2c202efb0d551f104ed6cefa17.tar.xz |
util: Remove some unused macros
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -67,18 +67,6 @@ # define FNM_CASEFOLD FNM_IGNORECASE #endif -#ifndef S_ISDOOR -# define S_ISDOOR(mode) false -#endif - -#ifndef S_ISPORT -# define S_ISPORT(mode) false -#endif - -#ifndef S_ISWHT -# define S_ISWHT(mode) false -#endif - #ifndef O_DIRECTORY # define O_DIRECTORY 0 #endif |