comparison libmpdvdkit2/css.c @ 16714:2ab52c9b72b9

Replace unconditional #defines by build system trickery. This reduces our local diff considerably.
author diego
date Sun, 09 Oct 2005 10:18:24 +0000
parents 0af14c5fee82
children 0783dd397f74
comparison
equal deleted inserted replaced
16713:117708385e35 16714:2ab52c9b72b9
42 #include <stdio.h> 42 #include <stdio.h>
43 #include <stdlib.h> 43 #include <stdlib.h>
44 #include <string.h> 44 #include <string.h>
45 #include <sys/types.h> 45 #include <sys/types.h>
46 #include <sys/stat.h> 46 #include <sys/stat.h>
47 #ifdef HAVE_SYS_PARAM_H
48 # include <sys/param.h>
49 #endif
50 #ifdef HAVE_UNISTD_H
47 # include <unistd.h> 51 # include <unistd.h>
52 #endif
48 #include <fcntl.h> 53 #include <fcntl.h>
54
55 #ifdef HAVE_LIMITS_H
49 # include <limits.h> 56 # include <limits.h>
57 #endif
50 58
51 #include "dvdcss.h" 59 #include "dvdcss.h"
52 60
53 #include "common.h" 61 #include "common.h"
54 #include "css.h" 62 #include "css.h"