Changes for C-AUTO.H.IN by Andreas Scherer, April 8, 1995.

@x l.2
/* c-auto.h.in.  Generated automatically from configure.in by autoheader.  */
@y
/* Generated manually by Andreas Scherer, March 26, 1995. */
@z

@x l.14
#undef _POSIX_SOURCE
@y
#define _POSIX_SOURCE 1
@z

@x l.17
#undef STDC_HEADERS
@y
#define STDC_HEADERS 1
@z

@x l.20
#undef SYSDIR
@y
#define SYSDIR 1
@z

@x l.26
#undef VOID_CLOSEDIR
@y
#define VOID_CLOSEDIR 1
@z

@x l.29
#undef HAVE_MEMMOVE
@y
#define HAVE_MEMMOVE 1
@z

@x l.32
#undef HAVE_PUTENV
@y
#define HAVE_PUTENV 1
@z

@x l.35
#undef HAVE_ASSERT_H
@y
#define HAVE_ASSERT_H 1
@z

@x l.38
#undef HAVE_FLOAT_H
@y
#define HAVE_FLOAT_H 1
@z

@x l.41
#undef HAVE_LIMITS_H
@y
#define HAVE_LIMITS_H 1
@z

@x l.50
#undef HAVE_STDLIB_H
@y
#define HAVE_STDLIB_H 1
@z

@x l.53
#undef HAVE_STRING_H
@y
#define HAVE_STRING_H 1
@z

@x l.56
#undef HAVE_UNISTD_H
@y
#define HAVE_UNISTD_H 1

/* What separates filename components? */
#ifndef DIR_SEP
#ifdef _AMIGA
#define DIR_SEP '/'
#define DIR_SEP_STRING "/"
#define DEV_SEP ':'
#define DEV_SEP_STRING ":"
#define IS_DIR_SEP(ch) ((ch) == DIR_SEP)
#define IS_DEV_SEP(ch) ((ch) == DEV_SEP)
#endif /* _AMIGA */
#endif /* not DIR_SEP */

/* What separates elements in environment variable path lists? */
#ifndef ENV_SEP
#ifdef _AMIGA
#define ENV_SEP ','
#define ENV_SEP_STRING ","
#endif /* _AMIGA */
#endif /* not ENV_SEP */
@z
