[patch] configure / config.in

James E. Flemer jflemer at acm.jhu.edu
Fri Mar 7 22:22:41 GMT 2003


Two minor patches attached for the configure.in and friends.
One adds '#undef UNIXWARE' to quiet some warnings. The other
fixes a typo in configure.in.

These patches don't really fix anything for me, just tidy up
stuff.

-James
-------------- next part --------------
Index: acconfig.h
===================================================================
RCS file: /cvsroot/samba/source/Attic/acconfig.h,v
retrieving revision 1.44.4.42
diff -u -r1.44.4.42 acconfig.h
--- acconfig.h	12 Feb 2003 20:38:25 -0000	1.44.4.42
+++ acconfig.h	7 Mar 2003 21:00:12 -0000
@@ -33,6 +33,7 @@
 #undef SCO
 #undef OSF1
 #undef NEXT2
+#undef UNIXWARE
 #undef RELIANTUNIX
 #undef HAVE_MMAP
 #undef HAVE_FCNTL_LOCK
Index: include/config.h.in
===================================================================
RCS file: /cvsroot/samba/source/include/Attic/config.h.in,v
retrieving revision 1.83.4.75
diff -u -r1.83.4.75 config.h.in
--- include/config.h.in	12 Feb 2003 20:38:51 -0000	1.83.4.75
+++ include/config.h.in	7 Mar 2003 21:00:12 -0000
@@ -99,6 +99,7 @@
 #undef SCO
 #undef OSF1
 #undef NEXT2
+#undef UNIXWARE
 #undef RELIANTUNIX
 #undef HAVE_MMAP
 #undef HAVE_FCNTL_LOCK
-------------- next part --------------
Index: configure.in
===================================================================
RCS file: /cvsroot/samba/source/configure.in,v
retrieving revision 1.130.4.180
diff -u -r1.130.4.180 configure.in
--- configure.in	12 Feb 2003 20:38:51 -0000	1.130.4.180
+++ configure.in	7 Mar 2003 20:59:24 -0000
@@ -1164,7 +1164,7 @@
 main() { dev_t dev = makedev(1,2); return 0; }],
 samba_cv_HAVE_MAKEDEV_FN=yes,samba_cv_HAVE_MAKEDEV_FN=no,samba_cv_HAVE_MAKEDEV_FN=cross)])
 if test x"$samba_cv_HAVE_MAKEDEV_FN" = x"yes"; then
-    AC_DEFINE(MAKEDEV_FN)
+    AC_DEFINE(HAVE_MAKEDEV_FN)
 fi
 
 AC_CACHE_CHECK([for unsigned char],samba_cv_HAVE_UNSIGNED_CHAR,[


More information about the samba-technical mailing list