Commit e1d5a89 1 parent 1a16c53 commit e1d5a89 Copy full SHA for e1d5a89
File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -251,8 +251,6 @@ fn main() {
251
251
. define ( "HAVE_LIBPNG" , Some ( "1" ) )
252
252
. define ( "HAVE_MKSTEMP" , Some ( "1" ) )
253
253
. define ( "HAVE_STDINT_H" , Some ( "1" ) )
254
- . define ( "HAVE_SYS_TYPES_H" , Some ( "1" ) )
255
- . define ( "HAVE_SYS_WAIT_H" , Some ( "1" ) )
256
254
. define ( "HAVE_TM_GMTOFF" , Some ( "1" ) )
257
255
. define ( "HAVE_ZLIB" , Some ( "1" ) )
258
256
. define ( "HAVE_ZLIB_COMPRESS2" , Some ( "1" ) )
Original file line number Diff line number Diff line change 35
35
36
36
#define MAX_KEY_LEN 16
37
37
38
- /*#include <kpathsea/lib.h>*/
39
38
#include <string.h>
40
- #if HAVE_SYS_WAIT_H
41
- #include <sys/wait.h>
42
- #endif
43
- #ifndef WEXITSTATUS
44
- #define WEXITSTATUS (val ) ((unsigned)(val) >> 8)
45
- #endif
46
- #ifndef WIFEXITED
47
- #define WIFEXITED (val ) (((val) & 255) == 0)
48
- #endif
49
-
50
39
51
40
static int verbose = 0 ;
52
41
int keep_cache = 0 ;
You can’t perform that action at this time.
0 commit comments