makedepend-config.h.in revision 0eb10989
1/* makedepend-config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `fchmod' function. */
4#undef HAVE_FCHMOD
5
6/* Define to 1 if you have the `rename' function. */
7#undef HAVE_RENAME
8
9/* Name of package */
10#undef PACKAGE
11
12/* Define to the address where bug reports for this package should be sent. */
13#undef PACKAGE_BUGREPORT
14
15/* Define to the full name of this package. */
16#undef PACKAGE_NAME
17
18/* Define to the full name and version of this package. */
19#undef PACKAGE_STRING
20
21/* Define to the one symbol short name of this package. */
22#undef PACKAGE_TARNAME
23
24/* Define to the version of this package. */
25#undef PACKAGE_VERSION
26
27/* Major version of this package */
28#undef PACKAGE_VERSION_MAJOR
29
30/* Minor version of this package */
31#undef PACKAGE_VERSION_MINOR
32
33/* Patch version of this package */
34#undef PACKAGE_VERSION_PATCHLEVEL
35
36/* Define as the return type of signal handlers (`int' or `void'). */
37#undef RETSIGTYPE
38
39/* Version number of package */
40#undef VERSION
41
42/* Number of bits in a file offset, on hosts where this is settable. */
43#undef _FILE_OFFSET_BITS
44
45/* Define for large files, on AIX-style hosts. */
46#undef _LARGE_FILES
47