2001-04-23 07:18:28 +08:00
|
|
|
/* features.h
|
|
|
|
|
2004-12-02 01:07:03 +08:00
|
|
|
Copyright 2001, 2002, 2003, 2004 Red Hat, Inc.
|
2001-04-23 07:18:28 +08:00
|
|
|
|
|
|
|
This file is part of Cygwin.
|
|
|
|
|
|
|
|
This software is a copyrighted work licensed under the terms of the
|
|
|
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
|
|
details. */
|
|
|
|
|
|
|
|
#ifndef _FEATURES_H
|
|
|
|
#define _FEATURES_H
|
|
|
|
|
2004-12-02 01:07:03 +08:00
|
|
|
#include <sys/cdefs.h>
|
2001-04-23 07:18:28 +08:00
|
|
|
#include <sys/features.h>
|
|
|
|
|
|
|
|
#endif /* _FEATURES_H */
|