/[svn]/libgig/trunk/config.h.in
ViewVC logotype

Contents of /libgig/trunk/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (show annotations) (download)
Thu Jan 1 23:46:41 2004 UTC (20 years, 3 months ago) by schoenebeck
File size: 1733 byte(s)
* src/gig.cpp: attributes 'LoopStart', 'LoopEnd' and 'LoopSize' in class
  'Sample' reflected wrong values
* updated Make files (autoconf 2.58, automake 1.6.3)

1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /*
4 Define to 1 if you have the <dlfcn.h>
5 header file. */
6 #undef HAVE_DLFCN_H
7
8 /*
9 Define to 1 if you have the <inttypes.h>
10 header file. */
11 #undef HAVE_INTTYPES_H
12
13 /*
14 Define to 1 if you have the <memory.h>
15 header file. */
16 #undef HAVE_MEMORY_H
17
18 /*
19 Define to 1 if you have the <stdint.h>
20 header file. */
21 #undef HAVE_STDINT_H
22
23 /*
24 Define to 1 if you have the <stdlib.h>
25 header file. */
26 #undef HAVE_STDLIB_H
27
28 /*
29 Define to 1 if you have the <strings.h>
30 header file. */
31 #undef HAVE_STRINGS_H
32
33 /*
34 Define to 1 if you have the <string.h>
35 header file. */
36 #undef HAVE_STRING_H
37
38 /*
39 Define to 1 if you have the <sys/stat.h>
40 header file. */
41 #undef HAVE_SYS_STAT_H
42
43 /*
44 Define to 1 if you have the <sys/types.h>
45 header file. */
46 #undef HAVE_SYS_TYPES_H
47
48 /*
49 Define to 1 if you have the <unistd.h>
50 header file. */
51 #undef HAVE_UNISTD_H
52
53 /*
54 Name of package */
55 #undef PACKAGE
56
57 /*
58 Define to the address where bug reports for
59 this package should be sent. */
60 #undef PACKAGE_BUGREPORT
61
62 /*
63 Define to the full name of this package.
64 */
65 #undef PACKAGE_NAME
66
67 /*
68 Define to the full name and version of
69 this package. */
70 #undef PACKAGE_STRING
71
72 /*
73 Define to the one symbol short name of
74 this package. */
75 #undef PACKAGE_TARNAME
76
77 /*
78 Define to the version of this package. */
79 #undef PACKAGE_VERSION
80
81 /*
82 Define to 1 if you have the ANSI
83 C header files. */
84 #undef STDC_HEADERS
85
86 /*
87 Version number of package */
88 #undef VERSION
89
90 /*
91 Define to 1 if your processor stores words
92 with the most significant byte first (like Motorola and
93 SPARC, unlike Intel and VAX). */
94 #undef WORDS_BIGENDIAN

  ViewVC Help
Powered by ViewVC