chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5b175cb
)
Fix formatting. Add new option to disable networking.
author
mdw
<mdw>
Thu, 23 Apr 1998 13:08:42 +0000
(13:08 +0000)
committer
mdw
<mdw>
Thu, 23 Apr 1998 13:08:42 +0000
(13:08 +0000)
acconfig.h
patch
|
blob
|
blame
|
history
diff --git
a/acconfig.h
b/acconfig.h
index 621056f12bb146070768b9930a499283add84b19..3801920841125f42031ef3164c55e94170c7eb70 100644
(file)
--- a/
acconfig.h
+++ b/
acconfig.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: acconfig.h,v 1.
7 1998/01/12 16:45:20
mdw Exp $
+ * $Id: acconfig.h,v 1.
8 1998/04/23 13:08:42
mdw Exp $
*
* Default settings for `become' config.h
*
*
* Default settings for `become' config.h
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: acconfig.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: acconfig.h,v $
+ * Revision 1.8 1998/04/23 13:08:42 mdw
+ * Fix formatting. Add new option to disable networking.
+ *
* Revision 1.7 1998/01/12 16:45:20 mdw
* Fix copyright date.
*
* Revision 1.7 1998/01/12 16:45:20 mdw
* Fix copyright date.
*
@@
-68,12
+71,15
@@
/* Define to be the size of an int. */
#define SIZEOF_INT 4
/* Define to be the size of an int. */
#define SIZEOF_INT 4
-/* Default login style can be `l_preserve', `l_setuser' or `l_login' */
+/* Default login style can be `l_preserve', `l_setuser' or `l_login'
.
*/
#define DEFAULT_LOGIN_STYLE l_preserve
/* This is replaced by `/' by `configure' -- leave alone for DOSness. */
#define PATHSEP '\\'
#define DEFAULT_LOGIN_STYLE l_preserve
/* This is replaced by `/' by `configure' -- leave alone for DOSness. */
#define PATHSEP '\\'
+/* Define to turn off networking support. */
+#undef NONETWORK
+
/* Debugging options. */
#undef TRACING
/* Debugging options. */
#undef TRACING