X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fddconfig_in.h;h=442fde0be932e525f66b55fe77d529319fdc47b4;hb=d4ac59073c8933e889a6f3f45425acb3a36db36d;hp=1b9094bb0066a0e6e69272a940ab8717774433e9;hpb=1e5d63db2c3471fc6c0f30ee9a0a90da0f89f7a2;p=fw%2Fsdcc diff --git a/sim/ucsim/ddconfig_in.h b/sim/ucsim/ddconfig_in.h index 1b9094bb..442fde0b 100644 --- a/sim/ucsim/ddconfig_in.h +++ b/sim/ucsim/ddconfig_in.h @@ -28,9 +28,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef DDCONFIG_HEADER #define DDCONFIG_HEADER -#define TRUE 1 -#define FALSE 0 -#define bool int +#define DD_TRUE 1 +#define DD_FALSE 0 + //#define bool int +#define NIL 0 #undef STDC_HEADERS #undef HAVE_GETOPT_H @@ -40,8 +41,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #undef HAVE_SYS_DIR_H #undef HAVE_SYS_SOCKET_H #undef HAVE_NDIR_H +#undef HAVE_DLFCN_H #undef SOCKET_AVAIL +#undef SOCKLEN_T #undef FD_NEED_TIME_H #undef FD_NEED_TYPES_H @@ -74,6 +77,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #undef HAVE_FGETS #undef HAVE_YYLEX +#undef HAVE_FLEX +#undef YYTEXT_POINTER #undef RETSIGTYPE #undef SIZEOF_CHAR @@ -88,12 +93,18 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define TYPE_UWORD unsigned TYPE_WORD #define TYPE_UDWORD unsigned TYPE_DWORD #undef WORDS_BIGENDIAN +#undef _M_ +#undef _A_ #undef VERSIONSTR #undef VERSIONHI #undef VERSIONLO #undef VERSIONP +#undef ACCEPT_SOCKLEN_T + +#undef STATISTIC + #endif /* End of ddconfig.h */