openldap/include
Kurt Zeilenga b5494457d8 Remove extern declarations of library functions from source.c.
This could cause problems on odd systems.  The generic
  headers should be extended as needed to include necessary
  system headers or, if necessary, make explicit declarations.
Extended ac/string.h header to look for string.h/strings.h if
  STDC_HEADERS is not defined.  Also provide basic declarations for
  str*() functions.  This could cause problems on odd systems.
Extended ac/unistd.h header to define basic declaration for misc
  functions that might be missing from headers.   This includes
  externs for getenv(), getopt(), mktemp(), tempname().
Protect fax500.h from multiple inclusion.  Moved includes of
  system/generic headers back to source files.
Made mail500 helper functions static.
Fixed includes of ctype.h, signal.h, etc. to use generics.
lutil/tempname.c: was including stdlib.h twice, one should stdio.h.
Wrapped <sys/resource.h> with HAVE_SYS_RESOURCE_H.
lber/io.c/ber_get_next(): Changed noctets back to signed.
  Used with BerRead which expects signed int as second arg and
  returns signed int.
1998-11-16 05:07:27 +00:00
..
ac Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
avl.h Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
disptmpl.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
getopt-compat.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
lber.h Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
ldap_cdefs.h Rework prototype ifdef to use __NO_PROTOTYPES and __NEED_PROTOTYPES 1998-11-12 20:30:42 +00:00
ldap_features.h.in Initial LDAP_API_FEATURE_X_OPENLDAP commit: 1998-11-09 19:41:09 +00:00
ldap_features.h.nt Move extern declarations to headers. 1998-11-12 21:07:28 +00:00
ldap_log.h More header work toward draft-ietf-ldapext-ldap-c-api-01. 1998-10-26 01:49:56 +00:00
ldap.h Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
ldapconfig.h.edit Added support for ldap.conf file. See ldap.conf(5) for details. 1998-11-10 23:37:30 +00:00
ldapconfig.h.nt Add/Remove defines to make current with ldapconfig.h.edit 1.8 1998-11-11 03:13:55 +00:00
ldbm.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
ldif.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
lthread_rdwr.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
lthread.h Remove #ifdef sunos in lthread HAVE_LWP code. 1998-11-15 22:05:28 +00:00
lutil_md5.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
lutil_sha1.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
lutil.h Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
Makefile.in Initial LDAP_API_FEATURE_X_OPENLDAP commit: 1998-11-09 19:41:09 +00:00
portable.h.bot Added support for ldap.conf file. See ldap.conf(5) for details. 1998-11-10 23:37:30 +00:00
portable.h.in Add checks for string.h and strings.h and apply them in generic header. 1998-11-16 02:02:45 +00:00
portable.h.nt Move extern declarations to headers. 1998-11-12 21:07:28 +00:00
portable.h.top define _REENTRANT & _THREAD_SAFE to pull in reentrant/threadsafe prototypes. 1998-11-05 06:11:47 +00:00
srchpref.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
sysexits-compat.h Initial revision 1998-08-09 00:43:13 +00:00