Index: uspace/lib/c/generic/fibril.c
===================================================================
--- uspace/lib/c/generic/fibril.c	(revision 0aae87a68b103134fdc85e357962274d6849b220)
+++ uspace/lib/c/generic/fibril.c	(revision 34ae0a59ac38f9f0c42422df75a6ae4d5337dde5)
@@ -49,8 +49,4 @@
 #include <assert.h>
 #include <async.h>
-
-#ifndef FIBRIL_INITIAL_STACK_PAGES_NO
-	#define FIBRIL_INITIAL_STACK_PAGES_NO  1
-#endif
 
 /**
Index: uspace/lib/c/generic/thread.c
===================================================================
--- uspace/lib/c/generic/thread.c	(revision 0aae87a68b103134fdc85e357962274d6849b220)
+++ uspace/lib/c/generic/thread.c	(revision 34ae0a59ac38f9f0c42422df75a6ae4d5337dde5)
@@ -45,8 +45,4 @@
 #include <as.h>
 #include "private/thread.h"
-
-#ifndef THREAD_INITIAL_STACK_PAGES
-	#define THREAD_INITIAL_STACK_PAGES  2
-#endif
 
 /** Main thread function.
