diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:38:38 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:38:38 +0000 |
commit | 8c13e09279f361e18173f9e237c454af0ab33299 (patch) | |
tree | f66f1ed48a98145460da6a01926017825cebbdf2 /config.h.in | |
parent | 509a418a05787df17f1e942593541798facb5acf (diff) | |
download | idutils-8c13e09279f361e18173f9e237c454af0ab33299.tar.gz idutils-8c13e09279f361e18173f9e237c454af0ab33299.tar.bz2 idutils-8c13e09279f361e18173f9e237c454af0ab33299.zip |
imported from mkid-3.0.9r3_0_8_2
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 |