/*
* This file will include OS specific functions which are not inlineable.
- * Any inlineable functions should be defined in os ap_context_t nline.c instead.
+ * Any inlineable functions should be defined in os-inline.c instead.
*/
#include "ap_config.h"
/*
* This file in included in all Apache source code. It contains definitions
* of facilities available on _this_ operating system (HAVE_* macros),
- * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c
+ * and prototypes of OS specific functions defined in os.c or os-inline.c
*/
extern int ap_os_is_path_absolute(const char *file);
/*
* This file will include OS specific functions which are not inlineable.
- * Any inlineable functions should be defined in os ap_context_t nline.c instead.
+ * Any inlineable functions should be defined in os-inline.c instead.
*/
#include "httpd.h"
/*
* This file in included in all Apache source code. It contains definitions
* of facilities available on _this_ operating system (HAVE_* macros),
- * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c
+ * and prototypes of OS specific functions defined in os.c or os-inline.c
*/
#if !defined(INLINE) && defined(USE_GNU_INLINE)
INLINE int ap_os_is_path_absolute(const char *file);
-#include "os ap_context_t nline.c"
+#include "os-inline.c"
#endif
#ifndef INLINE
/*
* This file in included in all Apache source code. It contains definitions
* of facilities available on _this_ operating system (HAVE_* macros),
- * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c
+ * and prototypes of OS specific functions defined in os.c or os-inline.c
*/
#if defined(__GNUC__) && !defined(INLINE)
INLINE int ap_os_is_path_absolute(const char *file);
-#include "os ap_context_t nline.c"
+#include "os-inline.c"
#endif
#ifndef INLINE
/*
* This file will include OS specific functions which are not inlineable.
- * Any inlineable functions should be defined in os ap_context_t nline.c instead.
+ * Any inlineable functions should be defined in os-inline.c instead.
*/
#include "httpd.h"
/*
* This file in included in all Apache source code. It contains definitions
* of facilities available on _this_ operating system (HAVE_* macros),
- * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c
+ * and prototypes of OS specific functions defined in os.c or os-inline.c
*/
#include "ap_config.h"
* part of the header
*/
#define INLINE extern ap_inline
-#include "os ap_context_t nline.c"
+#include "os-inline.c"
#endif
#ifndef INLINE
/*
* This file in included in all Apache source code. It contains definitions
* of facilities available on _this_ operating system (HAVE_* macros),
- * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c
+ * and prototypes of OS specific functions defined in os.c or os-inline.c
*/
#if !defined(INLINE) && defined(USE_GNU_INLINE)