rebuild after removal of dmalloc detection

This commit is contained in:
Kurt Zeilenga 2000-05-30 20:17:10 +00:00
parent 25be5fca2f
commit ea68f474fc
2 changed files with 680 additions and 803 deletions

1472
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -14,11 +14,6 @@
/* end of preamble */
#if !defined( SLAPD_SCHEMA_COMPAT ) && !defined( SLAPD_SCHEMA_NOT_COMPAT )
/* use new schema codes */
#define SLAPD_SCHEMA_NOT_COMPAT 1
#endif
/* Define if on AIX 3.
System headers sometimes define this.
@ -351,9 +346,6 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <dmalloc.h> header file. */
#undef HAVE_DMALLOC_H
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
@ -567,9 +559,6 @@
/* Define if you have the bind library (-lbind). */
#undef HAVE_LIBBIND
/* Define if you have the dmalloc library (-ldmalloc). */
#undef HAVE_LIBDMALLOC
/* Define if you have the gen library (-lgen). */
#undef HAVE_LIBGEN