# $Id$ $Revision$
## Process this file with automake to produce Makefile.in
-AM_CPPFLAGS = -I$(top_srcdir)/lib/sfio
+AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/lib/sfio
noinst_HEADERS = ast.h error.h hashkey.h
noinst_LTLIBRARIES = libast_C.la
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>$(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\sfio</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>$(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib;$(SolutionDir)lib/sfio</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <AdditionalIncludeDirectories>$(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\sfio</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>$(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib;$(SolutionDir)lib/sfio</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader />
<WarningLevel>Level4</WarningLevel>
* p is updated to point to the next character in s
*/
-#include <ast.h>
+#include "ast.h"
int chresc(register const char *s, char **p)
{
* convert a 0 terminated character constant string to an int
*/
-#include <ast.h>
+#include "ast.h"
int chrtoi(register const char *s)
{
#endif
#endif
-#include <ast.h>
-#include <error.h>
+#include "ast.h"
+#include "error.h"
#include <string.h>
#include <errno.h>
*************************************************************************/
-#include <ast.h>
+#include "ast.h"
/*
* return small format buffer chunk of size n
* return string with expanded escape chars
*/
-#include <ast.h>
+#include "ast.h"
#include <string.h>
#include <ctype.h>
* path returned in path buffer
*/
-#include <ast.h>
+#include "ast.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
* return current PATH
*/
-#include <ast.h>
+#include "ast.h"
char *pathbin(void)
{
* will contain the components following the failure point
*/
-#include <ast.h>
+#include "ast.h"
#include <errno.h>
-#include <error.h>
+#include "error.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
* single dir support for pathaccess()
*/
-#include <ast.h>
+#include "ast.h"
char *pathcat(char *path, register const char *dirs, int sep,
const char *a, register const char *b)
* in half by checking ENOTDIR vs. ENOENT
*/
-#include <ast.h>
-#include <error.h>
+#include "ast.h"
+#include "error.h"
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
*/
#include "config.h"
-#include <ast.h>
+#include "ast.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
*/
#include "config.h"
-#include "errno.h"
+#include <errno.h>
#ifdef UNIV_MAX
* if path==0 then the space is malloc'd
*/
-#include <ast.h>
+#include "ast.h"
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
*************************************************************************/
-#include <ast.h>
+#include "ast.h"
/*
* copy t into s, return a pointer to the end of s ('\0')
* the length of the converted s is returned (may have imbedded \0's)
*/
-#include <ast.h>
+#include "ast.h"
int stresc(register char *s)
{
* element size
*/
-#include <ast.h>
+#include "ast.h"
#include <ctype.h>
-#include <hashkey.h>
+#include "hashkey.h"
#include <string.h>
#if _hdr_wchar && _lib_wctype && _lib_iswctype
#endif
#if _DEBUG_MATCH
-#include <error.h>
+#include "error.h"
#endif
#define MAXGROUP 10
#include <ctype.h>
-#include "sfhdr.h"
+#include <sfio/sfhdr.h>
#define QL 01
#define QU 02