diff --git a/configure.ac b/configure.ac index 6fa30f140..86e0d543a 100644 --- a/configure.ac +++ b/configure.ac @@ -160,6 +160,9 @@ fi #ifdef HAVE_STDLIB_H #include #endif +#ifdef HAVE_UNISTD_H + #include +#endif #ifdef HAVE_CTYPE_H #include #endif @@ -10469,6 +10472,12 @@ then AM_CFLAGS="$AM_CFLAGS -DHAVE___UINT128_T=1" fi +# Add HAVE_GETPID to AM_CFLAGS for inclusion in options.h +if test "$ac_cv_func_getpid" = "yes" +then + AM_CFLAGS="$AM_CFLAGS -DHAVE_GETPID=1" +fi + LIB_SOCKET_NSL AX_HARDEN_CC_COMPILER_FLAGS