Mercurial > mplayer.hg
comparison loader/config.h @ 1:3b5f5d1c5041
Initial revision
author | arpi_esp |
---|---|
date | Sat, 24 Feb 2001 20:28:24 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:c1bb2c071d63 | 1:3b5f5d1c5041 |
---|---|
1 | |
2 /* include/config.h. Generated automatically by configure. */ | |
3 /* include/config.h.in. Generated automatically from configure.in by autoheader. */ | |
4 #define USE_SDL 1 | |
5 /* #undef QUIET */ | |
6 /* #undef TIMING */ | |
7 /* #undef DETAILED_OUT */ | |
8 #define MMX 1 | |
9 #define HAVE_LIBXXF86DGA 1 | |
10 #define HAVE_LIBXXF86VM 1 | |
11 #define USE_TSC 1 | |
12 | |
13 /* Define to empty if the keyword does not work. */ | |
14 /* #undef const */ | |
15 | |
16 /* Define if you don't have vprintf but do have _doprnt. */ | |
17 /* #undef HAVE_DOPRNT */ | |
18 | |
19 /* Define if you have a working `mmap' system call. */ | |
20 #define HAVE_MMAP 1 | |
21 | |
22 /* Define if you have the vprintf function. */ | |
23 #define HAVE_VPRINTF 1 | |
24 | |
25 /* Define as __inline if that's what the C compiler calls it. */ | |
26 /* #undef inline */ | |
27 | |
28 /* Define as the return type of signal handlers (int or void). */ | |
29 #define RETSIGTYPE void | |
30 | |
31 /* Define if you have the ANSI C header files. */ | |
32 #define STDC_HEADERS 1 | |
33 | |
34 /* Define if you can safely include both <sys/time.h> and <time.h>. */ | |
35 #define TIME_WITH_SYS_TIME 1 | |
36 | |
37 /* Define if you have the ftime function. */ | |
38 #define HAVE_FTIME 1 | |
39 | |
40 /* Define if you have the getpagesize function. */ | |
41 #define HAVE_GETPAGESIZE 1 | |
42 | |
43 /* Define if you have the gettimeofday function. */ | |
44 #define HAVE_GETTIMEOFDAY 1 | |
45 | |
46 /* Define if you have the strdup function. */ | |
47 #define HAVE_STRDUP 1 | |
48 | |
49 /* Define if you have the strstr function. */ | |
50 #define HAVE_STRSTR 1 | |
51 | |
52 /* Define if you have the <fcntl.h> header file. */ | |
53 #define HAVE_FCNTL_H 1 | |
54 | |
55 /* Define if you have the <limits.h> header file. */ | |
56 #define HAVE_LIMITS_H 1 | |
57 | |
58 /* Define if you have the <malloc.h> header file. */ | |
59 #define HAVE_MALLOC_H 1 | |
60 | |
61 /* Define if you have the <sys/ioctl.h> header file. */ | |
62 #define HAVE_SYS_IOCTL_H 1 | |
63 | |
64 /* Define if you have the <sys/time.h> header file. */ | |
65 #define HAVE_SYS_TIME_H 1 | |
66 | |
67 /* Define if you have the <unistd.h> header file. */ | |
68 #define HAVE_UNISTD_H 1 | |
69 | |
70 /* Define if you have the dl library (-ldl). */ | |
71 #define HAVE_LIBDL 1 | |
72 | |
73 /* Define if you have the jpeg library (-ljpeg). */ | |
74 #define HAVE_LIBJPEG 1 |