From 10b3c9b3ef50eb2a13206908a30c23a611fcdf41 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 May 1998 12:35:22 +0000 Subject: Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it is used to calculate the amount of memory used by tasks whether the POSIX API is enabled or disabled. --- c/src/exec/sapi/headers/confdefs.h | 1 + c/src/exec/sapi/include/confdefs.h | 1 + 2 files changed, 2 insertions(+) (limited to 'c/src/exec/sapi') diff --git a/c/src/exec/sapi/headers/confdefs.h b/c/src/exec/sapi/headers/confdefs.h index 53068bccde..d67eb98bab 100644 --- a/c/src/exec/sapi/headers/confdefs.h +++ b/c/src/exec/sapi/headers/confdefs.h @@ -427,6 +427,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = { #else +#define CONFIGURE_MAXIMUM_POSIX_THREADS 0 #define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API 0 #define CONFIGURE_MEMORY_FOR_POSIX 0 diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h index 53068bccde..d67eb98bab 100644 --- a/c/src/exec/sapi/include/confdefs.h +++ b/c/src/exec/sapi/include/confdefs.h @@ -427,6 +427,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = { #else +#define CONFIGURE_MAXIMUM_POSIX_THREADS 0 #define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API 0 #define CONFIGURE_MEMORY_FOR_POSIX 0 -- cgit v1.2.3