ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcpjit/config.h.in
(Generate patch)

Comparing libcpjit/config.h.in (file contents):
Revision 1.2 by root, Tue Oct 11 22:06:24 2005 UTC vs.
Revision 1.3 by root, Sat Oct 15 00:00:59 2005 UTC

1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* The C compiler to use */
4#undef CC
5
6/* Compiler flags */
7#undef CFLAGS
2 8
3/* Define to 1 if you have the <inttypes.h> header file. */ 9/* Define to 1 if you have the <inttypes.h> header file. */
4#undef HAVE_INTTYPES_H 10#undef HAVE_INTTYPES_H
5 11
6/* Define to 1 if you have the <memory.h> header file. */ 12/* Define to 1 if you have the <memory.h> header file. */
24/* Define to 1 if you have the <sys/types.h> header file. */ 30/* Define to 1 if you have the <sys/types.h> header file. */
25#undef HAVE_SYS_TYPES_H 31#undef HAVE_SYS_TYPES_H
26 32
27/* Define to 1 if you have the <unistd.h> header file. */ 33/* Define to 1 if you have the <unistd.h> header file. */
28#undef HAVE_UNISTD_H 34#undef HAVE_UNISTD_H
35
36/* The linker to use */
37#undef LD
38
39/* How to combine object files */
40#undef LD_R
41
42/* Linker flags */
43#undef LFLAGS
29 44
30/* Define to the address where bug reports for this package should be sent. */ 45/* Define to the address where bug reports for this package should be sent. */
31#undef PACKAGE_BUGREPORT 46#undef PACKAGE_BUGREPORT
32 47
33/* Define to the full name of this package. */ 48/* Define to the full name of this package. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines