diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:43:35 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:43:35 +0000 |
commit | 3720d4b7a1b0ce0903450271aa3d93388e9d8781 (patch) | |
tree | 12200295d735bf3d1bcaaf8d2065547d41cea3b2 /acconfig.h | |
parent | 916418ea1284e6aa64f50eba077e48ced5944acc (diff) | |
download | idutils-3720d4b7a1b0ce0903450271aa3d93388e9d8781.tar.gz idutils-3720d4b7a1b0ce0903450271aa3d93388e9d8781.tar.bz2 idutils-3720d4b7a1b0ce0903450271aa3d93388e9d8781.zip |
imported from id-utils-3.1r3_1
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -13,24 +13,24 @@ /* Define as 1 if you have catgets and don't want to use GNU gettext. */ #undef HAVE_CATGETS -/* Define if the sbrk system call is declared in unistd.h. */ -#undef HAVE_DECL_SBRK - -/* Define if the sys_errlist array is declared in errno.h, error.h or stdio.h. */ -#undef HAVE_DECL_SYS_ERRLIST - /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES +/* Define if your sys/types.h file defines the type ptrdiff_t. */ +#undef HAVE_PTRDIFF_T + /* Define to 1 if you have the stpcpy function. */ #undef HAVE_STPCPY /* Define if you have the <sys/ioctl.h> header file. */ #undef HAVE_SYS_IOCTL_H +/* Define to the name of the installed language map file. */ +#undef LANGUAGE_MAP_FILE + /* Define to the name of the distribution. */ #undef PACKAGE |