summaryrefslogtreecommitdiff
path: root/src/acconfig.h
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-03-16 10:31:46 -0400
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-03-16 10:31:46 -0400
commitad5e07310ad8474358334fcff8de86d0b9ab6cad (patch)
treef46a86bf622cdc7c711d3428a9a292fde584d2ba /src/acconfig.h
parentf823083eee6bb3bf4c52cc2b32b1617bf291b1c0 (diff)
parent8a6abbab0161e6df1cea2ae0033a4c7f4a47f8e9 (diff)
downloadscreen-ad5e07310ad8474358334fcff8de86d0b9ab6cad.tar.gz
Merge branch 'master' into cmd-aliascmd-alias
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