]> granicus.if.org Git - yasm/commitdiff
Update with changes made to source tree and configure options.
authorPeter Johnson <peter@tortall.net>
Tue, 30 Oct 2001 04:32:10 +0000 (04:32 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 30 Oct 2001 04:32:10 +0000 (04:32 -0000)
svn path=/trunk/yasm/; revision=304

Mkfiles/Makefile.dj
Mkfiles/Makefile.flat
Mkfiles/Makefile.vc
Mkfiles/config.h.dj
Mkfiles/config.h.vc

index ba96818d3b33b5c780d518c81498cf5ead807c7b..08a2c9b6f41309822297ac62a72fd762d2a3f9e8 100644 (file)
@@ -27,6 +27,7 @@ SRC_OBJS= \
  src/parser.o \
  src/intnum.o \
  src/floatnum.o \
+ src/mergesort.o \
  src/ternary.o \
  src/bitvect.o \
  src/xmalloc.o \
index 9313daee9bec9e95a7393aff2023b21f63925a3b..bc5b9017b804611c39ea823d862c356a87b2853b 100644 (file)
@@ -36,6 +36,7 @@ SRC_OBJS= \
  src/parser.o \
  src/intnum.o \
  src/floatnum.o \
+ src/mergesort.o \
  src/ternary.o \
  src/bitvect.o \
  src/xmalloc.o \
index 0f8650ba3223649e8d4fcccff109444aed0c85cd..1b4cee15f1c47e2008bc3d47946ea5dcb0698423 100644 (file)
@@ -27,6 +27,7 @@ SRC_OBJS= \
  src\parser.obj \\r
  src\intnum.obj \\r
  src\floatnum.obj \\r
+ src\mergesort.obj \\r
  src\ternary.obj \\r
  src\bitvect.obj \\r
  src\xmalloc.obj \\r
index f0c1a877ac7e3cca728966220b47ae026ee38978..97475766078ba2c9446cf2e697bd340e0b3b4789 100644 (file)
 /* Define if you have the memcpy function.  */
 #define HAVE_MEMCPY
 
+/* Define if you have the mergesort function.  */
+/* #undef HAVE_MERGESORT */
+
 /* Define if you have the msgctl function.  */
 /* #undef HAVE_MSGCTL */
 
 /* Define if you have the <argz.h> header file.  */
 /* #undef HAVE_ARGZ_H */
 
+/* Define if you have the <dmalloc.h> header file.  */
+/* #undef HAVE_DMALLOC_H */
+
 /* Define if you have the <limits.h> header file.  */
 #define HAVE_LIMITS_H
 
 /* Define if you have the <unistd.h> header file.  */
 #define HAVE_UNISTD_H
 
+/* Define if you have the dmalloc library (-ldmalloc).  */
+/* #undef HAVE_LIBDMALLOC */
+
 /* Define if you have the i library (-li).  */
 /* #undef HAVE_LIBI */
 
index 1af0e9413949761db9f41a375d59e6441a8dba4d..9ad37616ec824baa98aba55dc76df8c3328ab8d1 100644 (file)
 /* Define if you have the memcpy function.  */\r
 #define HAVE_MEMCPY\r
 \r
+/* Define if you have the mergesort function.  */\r
+/* #undef HAVE_MERGESORT */\r
+\r
 /* Define if you have the msgctl function.  */\r
 /* #undef HAVE_MSGCTL */\r
 \r
 /* Define if you have the <argz.h> header file.  */\r
 /* #undef HAVE_ARGZ_H */\r
 \r
+/* Define if you have the <dmalloc.h> header file.  */\r
+/* #undef HAVE_DMALLOC_H */\r
+\r
 /* Define if you have the <limits.h> header file.  */\r
 #define HAVE_LIMITS_H\r
 \r
 /* Define if you have the <unistd.h> header file.  */\r
 /* #undef HAVE_UNISTD_H */\r
 \r
+/* Define if you have the dmalloc library (-ldmalloc).  */\r
+/* #undef HAVE_LIBDMALLOC */\r
+\r
 /* Define if you have the i library (-li).  */\r
 /* #undef HAVE_LIBI */\r
 \r