Index: uspace/lib/c/generic/fibril.c
===================================================================
--- uspace/lib/c/generic/fibril.c	(revision 0aae87a68b103134fdc85e357962274d6849b220)
+++ uspace/lib/c/generic/fibril.c	(revision e7267a2a04e93e48e35fdd68fe61f148d4e5094f)
@@ -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 e7267a2a04e93e48e35fdd68fe61f148d4e5094f)
@@ -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.
