summaryrefslogtreecommitdiff
path: root/src/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/acconfig.h')
-rw-r--r--src/acconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/acconfig.h b/src/acconfig.h
index bc324d5..ffedbbc 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
/*
@@ -521,12 +521,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