Remove obsolete files.
robs [Thu, 30 Aug 2001 02:15:09 +0000 (02:15 +0000)]
acconfig.h [deleted file]
dependencies.in [deleted file]
version.in [deleted file]

diff --git a/acconfig.h b/acconfig.h
deleted file mode 100755 (executable)
index 83145bb..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/* Define to type of ssize_t, if not on this platform.  */
-#undef ssize_t
-
-/* Define if you have the <sys/select.h> include file */
-#undef HAVE_SYS_SELECT_H
-
-/* Define if you don't have fd_set */
-#undef NO_FD_SET
-
-/* Define if you don't have sys_errlist */
-#undef NO_SYS_ERRLIST
-
-/* Define if want to compile with ASSERT() statements */
-#undef WITH_ASSERT
-
-/* Define if want to compile with additional debugging code */
-#undef WITH_DEBUG
-
-/* Define if want to compile with hooks for testing */
-#undef WITH_TEST
-
-/* Define if sockaddr_un in <sys/un.h> contains the sun_len component */
-#undef HAVE_SOCKADDR_UN_SUN_LEN
-
-/* Define if we have f{set,get}pos functions */
-#undef HAVE_FPOS
-
-/* Define if we need cross-process locking */
-#undef USE_LOCKING
-
-/* Define if va_arg(arg, long double) crashes the compiler. */
-#undef HAVE_VA_ARG_LONG_DOUBLE_BUG
-
-/* Don't know what this stuff is for */
-#undef HAVE_MATHLIB
-#undef WITH_DOMESTIC
-#undef WITH_EXPORT
-#undef WITH_GLOBAL
diff --git a/dependencies.in b/dependencies.in
deleted file mode 100755 (executable)
index f819485..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#------------------------
-#
-# Start of dependencies.in
-#
-
-#
-# OMI provided dependencies
-#
-OMI_DEPENDS_ON(Tcl,V7.4)
-
-#
-# System library dependencies
-#
-OMI_NETWORK
-OMI_MATHLIB
-
-#
-# End of dependencies.in
-#------------------------
diff --git a/version.in b/version.in
deleted file mode 100644 (file)
index 114f501..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-dnl OMI_VERSION(Product,
-dnl             VersionType(VTX),
-dnl             MajorNumber,
-dnl             MinorNumber,
-dnl            PatchLevel(build#),
-dnl            Release(alpha,beta,candidate))
-OMI_VERSION(FastCGI,T, 2, 0, a,NT)