Update version() with more #define statements from config.h.
This commit is contained in:
parent
95d67d850c
commit
50316df104
11
src/info.c
11
src/info.c
@ -88,7 +88,16 @@ version (void)
|
|||||||
#endif /* HAVE_SYS_DIR_H */
|
#endif /* HAVE_SYS_DIR_H */
|
||||||
#ifdef HAVE_SYS_NDIR_H
|
#ifdef HAVE_SYS_NDIR_H
|
||||||
print_wrap ("HAVE_SYS_NDIR_H", 15, &n);
|
print_wrap ("HAVE_SYS_NDIR_H", 15, &n);
|
||||||
#endif
|
#endif /* HAVE_SYS_NDIR_H */
|
||||||
|
#ifdef HAVE_STRPTIME
|
||||||
|
print_wrap ("HAVE_STRPTIME", 15, &n);
|
||||||
|
#endif /* HAVE_STRPTIME */
|
||||||
|
#ifdef HAVE_REGCOMP
|
||||||
|
print_wrap ("HAVE_REGCOMP", 15, &n);
|
||||||
|
#endif /* HAVE_REGCOMP */
|
||||||
|
#ifdef HAVE_LIBDMALLOC
|
||||||
|
print_wrap ("HAVE_LIBDMALLOC", 15, &n);
|
||||||
|
#endif /* HAVE_LIBDMALLOC */
|
||||||
fprintf (stdout, "\n");
|
fprintf (stdout, "\n");
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user