This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/glibc/config.h
Alexander S. Aganichev 20ba1cd738 MSVC friendly fixes [4]
2002-09-24 15:08:02 +00:00

20 lines
359 B
C

/* This is handmade generic config.h */
#if !defined WINDOWS32 && defined _WIN32
#define WINDOWS32 1
#endif
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#ifndef _MSC_VER
#define HAVE_UNISTD_H 1
#endif
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRCOLL 1
#ifdef _MSC_VER
#define HAVE_MALLOC_H 1
#endif
#define __P(protos) protos