summaryrefslogtreecommitdiff
path: root/src/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/acconfig.h')
-rw-r--r--src/acconfig.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/acconfig.h b/src/acconfig.h
index bc324d5..2e46985 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -19,7 +19,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
@@ -35,7 +35,7 @@
* Maximum of simultaneously allowed windows per screen session.
*/
#ifndef MAXWIN
-# define MAXWIN 40
+# define MAXWIN 100
#endif
/*
@@ -445,6 +445,11 @@
#undef HAVE_SETEUID
/*
+ * execvpe is now defined in some systems.
+ */
+#undef HAVE_EXECVPE
+
+/*
* If you want the "time" command to display the current load average
* define LOADAV. Maybe you must install screen with the needed
* privileges to read /dev/kmem.
@@ -521,12 +526,12 @@
#undef USESETENV
/*
- * If setenv() takes 3 arguments sefine HAVE_SETENV_3
+ * If setenv() takes 3 arguments define HAVE_SETENV_3
*/
#undef HAVE_SETENV_3
/*
- * If setenv() takes 2 arguments sefine HAVE_SETENV_2
+ * If setenv() takes 2 arguments define HAVE_SETENV_2
*/
#undef HAVE_SETENV_2