mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Regenerate using proper tools.
This commit is contained in:
parent
a0277ef986
commit
9c4c8e8c1f
@ -46,15 +46,6 @@
|
|||||||
/* Define if on MINIX. */
|
/* Define if on MINIX. */
|
||||||
#undef _MINIX
|
#undef _MINIX
|
||||||
|
|
||||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
||||||
#undef mode_t
|
|
||||||
|
|
||||||
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
||||||
#undef off_t
|
|
||||||
|
|
||||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
||||||
#undef pid_t
|
|
||||||
|
|
||||||
/* Define if the system does not provide POSIX.1 features except
|
/* Define if the system does not provide POSIX.1 features except
|
||||||
with this defined. */
|
with this defined. */
|
||||||
#undef _POSIX_1_SOURCE
|
#undef _POSIX_1_SOURCE
|
||||||
@ -74,9 +65,6 @@
|
|||||||
/* Define to the type of arg5 for select(). */
|
/* Define to the type of arg5 for select(). */
|
||||||
#undef SELECT_TYPE_ARG5
|
#undef SELECT_TYPE_ARG5
|
||||||
|
|
||||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
||||||
#undef size_t
|
|
||||||
|
|
||||||
/* Define if you have the ANSI C header files. */
|
/* Define if you have the ANSI C header files. */
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
@ -136,12 +124,6 @@
|
|||||||
LBER_TAG_T
|
LBER_TAG_T
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* define to character address type */
|
|
||||||
#undef caddr_t
|
|
||||||
|
|
||||||
/* define to signed size type */
|
|
||||||
#undef ssize_t
|
|
||||||
|
|
||||||
/* Define if you have the bcopy function. */
|
/* Define if you have the bcopy function. */
|
||||||
#undef HAVE_BCOPY
|
#undef HAVE_BCOPY
|
||||||
|
|
||||||
@ -430,6 +412,9 @@
|
|||||||
/* Define if you have the <memory.h> header file. */
|
/* Define if you have the <memory.h> header file. */
|
||||||
#undef HAVE_MEMORY_H
|
#undef HAVE_MEMORY_H
|
||||||
|
|
||||||
|
/* Define if you have the <minix/config.h> header file. */
|
||||||
|
#undef HAVE_MINIX_CONFIG_H
|
||||||
|
|
||||||
/* Define if you have the <ncurses.h> header file. */
|
/* Define if you have the <ncurses.h> header file. */
|
||||||
#undef HAVE_NCURSES_H
|
#undef HAVE_NCURSES_H
|
||||||
|
|
||||||
@ -475,6 +460,9 @@
|
|||||||
/* Define if you have the <resolv.h> header file. */
|
/* Define if you have the <resolv.h> header file. */
|
||||||
#undef HAVE_RESOLV_H
|
#undef HAVE_RESOLV_H
|
||||||
|
|
||||||
|
/* Define if you have the <sasl.h> header file. */
|
||||||
|
#undef HAVE_SASL_H
|
||||||
|
|
||||||
/* Define if you have the <sched.h> header file. */
|
/* Define if you have the <sched.h> header file. */
|
||||||
#undef HAVE_SCHED_H
|
#undef HAVE_SCHED_H
|
||||||
|
|
||||||
@ -787,9 +775,27 @@
|
|||||||
/* define if setproctitle(3) is available */
|
/* define if setproctitle(3) is available */
|
||||||
#undef HAVE_SETPROCTITLE
|
#undef HAVE_SETPROCTITLE
|
||||||
|
|
||||||
|
/* Define to `int' if <sys/types.h> does not define. */
|
||||||
|
#undef mode_t
|
||||||
|
|
||||||
|
/* Define to `long' if <sys/types.h> does not define. */
|
||||||
|
#undef off_t
|
||||||
|
|
||||||
|
/* Define to `int' if <sys/types.h> does not define. */
|
||||||
|
#undef pid_t
|
||||||
|
|
||||||
/* Define if system has ptrdiff_t type */
|
/* Define if system has ptrdiff_t type */
|
||||||
#undef HAVE_PTRDIFF_T
|
#undef HAVE_PTRDIFF_T
|
||||||
|
|
||||||
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||||
|
#undef size_t
|
||||||
|
|
||||||
|
/* Define to `signed int' if <sys/types.h> does not define. */
|
||||||
|
#undef ssize_t
|
||||||
|
|
||||||
|
/* Define to `char *' if <sys/types.h> does not define. */
|
||||||
|
#undef caddr_t
|
||||||
|
|
||||||
/* define to int if socklen_t is not available */
|
/* define to int if socklen_t is not available */
|
||||||
#undef socklen_t
|
#undef socklen_t
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user