os.h revision 0c9e94228dcb402c6a02c16b3641a0b80197ca17
/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef APACHE_OS_H
#define APACHE_OS_H
#include "apr.h"
#include "ap_config.h"
#ifndef PLATFORM
#define PLATFORM "Unix"
#endif
#ifdef _OSD_POSIX
#endif
#endif /* !APACHE_OS_H */