mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Remove recently added externs. Some may not actually be bogus.
This commit is contained in:
parent
da42acb93a
commit
34780e1dc3
1 changed files with 7 additions and 9 deletions
|
|
@ -4,18 +4,16 @@
|
|||
#define _AC_UNISTD_H
|
||||
|
||||
#if HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#else
|
||||
/* we really should test for these */
|
||||
char *crypt();
|
||||
char *gethostname();
|
||||
char *getenv();
|
||||
long *random();
|
||||
int flock();
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* crypt() may be defined in a separate include file */
|
||||
#if HAVE_CRYPT_H
|
||||
# include <crypt.h>
|
||||
#endif
|
||||
|
||||
/* getopt() defines may be in separate include file */
|
||||
|
|
|
|||
Loading…
Reference in a new issue