* sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references...
[fw/sdcc] / sim / ucsim / ddconfig_in.h
index 1b9094bb0066a0e6e69272a940ab8717774433e9..6fdc7f9c2e667ef2bb7422bc4a8765899228392a 100644 (file)
@@ -28,9 +28,9 @@ 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
 
 #undef STDC_HEADERS
 #undef HAVE_GETOPT_H
@@ -40,8 +40,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
@@ -94,6 +96,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #undef VERSIONLO
 #undef VERSIONP
 
+#undef ACCEPT_SOCKLEN_T
+
 #endif
 
 /* End of ddconfig.h */