This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Explicitly build the shared Perl library in Solaris and variants.
[perl5.git] / perlsdio.h
... / ...
CommitLineData
1/* perlsdio.h
2 *
3 * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001,
4 * 2002, 2003, 2006, 2007, 2008 by Larry Wall and others
5 *
6 * You may distribute under the terms of either the GNU General Public
7 * License or the Artistic License, as specified in the README file.
8 *
9 */
10
11/* Shouldn't be possible to get here, but if we did ... */
12
13#ifdef PERLIO_IS_STDIO
14
15# error "stdio is no longer supported as the default base layer -- use perlio."
16
17#endif /* PERLIO_IS_STDIO */
18
19/*
20 * ex: set ts=8 sts=4 sw=4 et:
21 */