/* * BEGIN illumos section * This is an unstable interface; changes may be made * without notice. * END illumos section */ /*********************************************************************** * * * This software is part of the ast package * * Copyright (c) 1985-2023 AT&T Intellectual Property * * All Rights Reserved * * This software is licensed by AT&T Intellectual Property * * under the terms and conditions of the license in * * http://www.eclipse.org/org/documents/epl-v10.html * * (with an md5 checksum of b35adb5213ca9657e911e9befb180842) * * * * Information and Software Systems Research * * AT&T Research * * Florham Park NJ * * * * Glenn Fowler * * David Korn * * Phong Vo * * * ***********************************************************************/ /* : : generated from contrib/ast/src/lib/libast/features/wait by iffe version 2012-07-17 : : */ #ifndef _def_wait_ast #define _def_wait_ast 1 #define _sys_types 1 /* #include ok */ #define _lib_wait 1 /* wait() in default lib(s) */ #define _lib_wait3 1 /* wait3() in default lib(s) */ #define _lib_wait4 1 /* wait4() in default lib(s) */ #define _lib_waitpid 1 /* waitpid() in default lib(s) */ #define _sys_wait 1 /* #include ok */ #define _ok_wif 1 /* posix wait macros ok */ #endif