summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:48:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:48:41 +0000
commit86ed4f09d7df89c9c1aa4b4856483f81369f5283 (patch)
tree95dcc5b2a32fc7e07759601595d8545d05e654c4 /c/src/exec/sapi/include/confdefs.h
parentAdded prototype of _POSIX_Semaphore_Delete to avoid warnings. (diff)
downloadrtems-86ed4f09d7df89c9c1aa4b4856483f81369f5283.tar.bz2
Added CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM as a configuration
parameter.
Diffstat (limited to '')
-rw-r--r--c/src/exec/sapi/include/confdefs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index f341f14847..b841d568de 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -60,11 +60,10 @@ unsigned32 rtems_libio_number_iops = CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS;
#ifndef CONFIGURE_HAS_OWN_MOUNT_TABLE
rtems_filesystem_mount_table_t configuration_mount_table = {
-#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM /* XXX for now */
-#ifdef CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
- &IMFS_ops,
-#else /* using miniIMFS as base filesystem */
+#ifdef CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
&miniIMFS_ops,
+#else /* using IMFS as base filesystem */
+ &IMFS_ops,
#endif
RTEMS_FILESYSTEM_READ_WRITE,
NULL,