1 /* 2 * BEGIN illumos section 3 * This is an unstable interface; changes may be made 4 * without notice. 5 * END illumos section 6 */ 7 /*********************************************************************** 8 * * 9 * This software is part of the ast package * 10 * Copyright (c) 1985-2025 AT&T Intellectual Property * 11 * All Rights Reserved * 12 * This software is licensed by AT&T Intellectual Property * 13 * under the terms and conditions of the license in * 14 * http://www.eclipse.org/org/documents/epl-v10.html * 15 * (with an md5 checksum of b35adb5213ca9657e911e9befb180842) * 16 * * 17 * Information and Software Systems Research * 18 * AT&T Research * 19 * Florham Park NJ * 20 * * 21 * Glenn Fowler <gsf@research.att.com> * 22 * David Korn <dgk@research.att.com> * 23 * Phong Vo <kpv@research.att.com> * 24 * * 25 ***********************************************************************/ 26 /* : : generated from contrib/ast/src/lib/libast/features/param.sh by iffe version 2012-07-17 : : */ 27 #ifndef _def_param_ast 28 #define _def_param_ast 1 29 #define _sys_types 1 /* #include <sys/types.h> ok */ 30 #include <sys/param.h> 31 #ifndef S_IFDIR 32 #include <sys/stat.h> 33 #endif 34 #endif 35