blob: 7dadda2ff62b550aeb58899345d91ff8f85cf2d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* c-auto.in. Generated from configure.in by autoheader. */
/* acconfig.h -- used by autoheader when generating c-auto.in.
If you're thinking of editing acconfig.h to fix a configuration
problem, don't. Edit the c-auto.h file created by configure,
instead. Even better, fix configure to give the right answer. */
/* Define to 1 if you have the `mkdtemp' function. */
#undef HAVE_MKDTEMP
/* Define to 1 if you have the `rmdir' function. */
#undef HAVE_RMDIR
/* Define to 1 if you have the `unlink' function. */
#undef HAVE_UNLINK
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* Define to 1 if type `char' is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
|