~yschatzb/mixxx/1.11-yoav-bugfixing

« back to all changes in this revision

Viewing changes to mixxx/config.h

  • Committer: tuehaste
  • Date: 2002-02-26 11:12:07 UTC
  • Revision ID: vcs-imports@canonical.com-20020226111207-5rly26cj9gdd19ba
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.  Generated automatically by configure.  */
 
2
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
3
 
 
4
/* The number of bytes in a char.  */
 
5
#define SIZEOF_CHAR 1
 
6
 
 
7
/* The number of bytes in a char *.  */
 
8
#define SIZEOF_CHAR_P 4
 
9
 
 
10
/* The number of bytes in a int.  */
 
11
#define SIZEOF_INT 4
 
12
 
 
13
/* The number of bytes in a long.  */
 
14
#define SIZEOF_LONG 4
 
15
 
 
16
/* Define if you have the res_init function.  */
 
17
#define HAVE_RES_INIT 1
 
18
 
 
19
/* Define if you have the <pthread/linuxthreads/pthread.h> header file.  */
 
20
/* #undef HAVE_PTHREAD_LINUXTHREADS_PTHREAD_H */
 
21
 
 
22
/* Name of package */
 
23
#define PACKAGE "mixxx"
 
24
 
 
25
/* Version number of package */
 
26
#define VERSION "0.1"
 
27
 
 
28
/* C++ compiler supports template repository */
 
29
#define HAVE_TEMPLATE_REPOSITORY 1
 
30
 
 
31
/* Defines if your system has the crypt function */
 
32
#define HAVE_CRYPT 1
 
33
 
 
34
/* Define the real type of socklen_t */
 
35
/* #undef socklen_t */
 
36
 
 
37
/* Compatibility define */
 
38
#define ksize_t socklen_t
 
39
 
 
40
/* Define if you have libz */
 
41
#define HAVE_LIBZ 1
 
42
 
 
43
/* Define if you want Xinerama support */
 
44
/* #undef HAVE_XINERAMA */
 
45
 
 
46
/* Define if you have libpng */
 
47
#define HAVE_LIBPNG 1
 
48
 
 
49
/* Define if you have libjpeg */
 
50
#define HAVE_LIBJPEG 1
 
51
 
 
52
/* Define if you have a working libpthread (will enable threaded code) */
 
53
#define HAVE_LIBPTHREAD 1
 
54