00001 /* 00002 * Copyright (c) 1997 00003 * Silicon Graphics Computer Systems, Inc. 00004 * 00005 * Permission to use, copy, modify, distribute and sell this software 00006 * and its documentation for any purpose is hereby granted without fee, 00007 * provided that the above copyright notice appear in all copies and 00008 * that both that copyright notice and this permission notice appear 00009 * in supporting documentation. Silicon Graphics makes no 00010 * representations about the suitability of this software for any 00011 * purpose. It is provided "as is" without express or implied warranty. 00012 * 00013 */ 00014 00015 #ifndef _CPP_FUNCTIONAL 00016 #define _CPP_FUNCTIONAL 1 00017 00018 #pragma GCC system_header 00019 #include <bits/c++config.h> 00020 #include <bits/std_cstddef.h> 00021 #include <bits/stl_function.h> 00022 00023 #endif /* _CPP_FUNCTIONAL */ 00024 00025 // Local Variables: 00026 // mode:C++ 00027 // End: 00028