2001-04-23 01:18:28 +02:00
|
|
|
/* features.h
|
|
|
|
|
2004-12-01 18:07:03 +01:00
|
|
|
Copyright 2001, 2002, 2003, 2004 Red Hat, Inc.
|
2001-04-23 01:18:28 +02: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-01 18:07:03 +01:00
|
|
|
#include <sys/cdefs.h>
|
2001-04-23 01:18:28 +02:00
|
|
|
#include <sys/features.h>
|
|
|
|
|
|
|
|
#endif /* _FEATURES_H */
|