mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
Cleanup of config to support platforms
This commit is contained in:
parent
ccfc00705a
commit
c811a71301
|
@ -2,32 +2,25 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_ALLOCA_H 1
|
#define HAVE_ALLOCA_H 1
|
||||||
|
|
||||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
||||||
#define HAVE_FCNTL_H 1
|
|
||||||
|
|
||||||
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
||||||
#define HAVE_FSEEKO 1
|
#define HAVE_FSEEKO 1
|
||||||
|
|
||||||
/* Define to 1 if you have the <getopt.h> header file. */
|
|
||||||
#define HAVE_GETOPT_H 1
|
|
||||||
|
|
||||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
||||||
#define HAVE_INTTYPES_H 1
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
||||||
#define HAVE_LIBPTHREAD 1
|
#define HAVE_LIBPTHREAD 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `realpath' function. */
|
/* Define to 1 if you have the `realpath' function. */
|
||||||
#define HAVE_REALPATH 1
|
#define HAVE_REALPATH 1
|
||||||
|
|
||||||
/* Define to 1 if you have the <rpc/xdr.h> header file. */
|
#if defined(__MINGW32__)
|
||||||
/* #undef HAVE_RPC_XDR_H */
|
#undef HAVE_ALLOCA_H
|
||||||
|
#undef HAVE_REALPATH
|
||||||
|
#endif
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#undef HAVE_ALLOCA_H
|
||||||
|
#undef HAVE_REALPATH
|
||||||
|
#undef HAVE_LIBPTHREAD
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define to 1 if you have the `setenv' function. */
|
# ifndef __STDC_FORMAT_MACROS
|
||||||
#define HAVE_SETENV 1
|
# define __STDC_FORMAT_MACROS 1
|
||||||
|
# endif
|
||||||
/* Define to 1 if you have the `unsetenv' function. */
|
|
||||||
#define HAVE_UNSETENV 1
|
|
||||||
|
|
||||||
/* Define to the address where bug reports for this package should be sent. */
|
|
||||||
#define PACKAGE_BUGREPORT "bybell@rocketmail.com"
|
|
||||||
|
|
Loading…
Reference in a new issue