diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f2e39db..15c0b45 100644 --- a/config.h.in +++ b/config.h.in @@ -47,9 +47,15 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to `unsigned short' if <sys/types.h> doesn't define. */ +#undef dev_t + /* Define to filename of iid help text. */ #undef IID_HELP_FILE +/* Define to `unsigned long' if <sys/types.h> doesn't define. */ +#undef ino_t + /* Define to the name of the distribution. */ #undef PACKAGE @@ -88,6 +94,9 @@ /* Define if you have the getwd function. */ #undef HAVE_GETWD +/* Define if you have the link function. */ +#undef HAVE_LINK + /* Define if you have the memcpy function. */ #undef HAVE_MEMCPY |