xref: /netbsd-src/external/cddl/osnet/dist/head/stdio_ext.h (revision f3f87b32db28e53a1bc0e76f58272fc09a2f1453)
1*f3f87b32Shannken /*
2*f3f87b32Shannken  * CDDL HEADER START
3*f3f87b32Shannken  *
4*f3f87b32Shannken  * The contents of this file are subject to the terms of the
5*f3f87b32Shannken  * Common Development and Distribution License, Version 1.0 only
6*f3f87b32Shannken  * (the "License").  You may not use this file except in compliance
7*f3f87b32Shannken  * with the License.
8*f3f87b32Shannken  *
9*f3f87b32Shannken  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*f3f87b32Shannken  * or http://www.opensolaris.org/os/licensing.
11*f3f87b32Shannken  * See the License for the specific language governing permissions
12*f3f87b32Shannken  * and limitations under the License.
13*f3f87b32Shannken  *
14*f3f87b32Shannken  * When distributing Covered Code, include this CDDL HEADER in each
15*f3f87b32Shannken  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*f3f87b32Shannken  * If applicable, add the following below this CDDL HEADER, with the
17*f3f87b32Shannken  * fields enclosed by brackets "[]" replaced with your own identifying
18*f3f87b32Shannken  * information: Portions Copyright [yyyy] [name of copyright owner]
19*f3f87b32Shannken  *
20*f3f87b32Shannken  * CDDL HEADER END
21*f3f87b32Shannken  */
22*f3f87b32Shannken /*
23*f3f87b32Shannken  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24*f3f87b32Shannken  * Use is subject to license terms.
25*f3f87b32Shannken  */
26*f3f87b32Shannken 
27*f3f87b32Shannken #ifndef _STDIO_EXT_H
28*f3f87b32Shannken #define _STDIO_EXT_H
29*f3f87b32Shannken 
30*f3f87b32Shannken #define enable_extended_FILE_stdio(x,y) (0)
31*f3f87b32Shannken 
32*f3f87b32Shannken #endif
33