* config.h.in (HAVE_LIBDNET): New macro, to be defined by
../configure. * m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET is #defined.
This commit is contained in:
parent
e44e10e4ea
commit
8f2d5456ad
2 changed files with 4 additions and 3 deletions
|
@ -96,6 +96,7 @@ and this notice must be preserved on all copies. */
|
|||
#undef STACK_DIRECTION
|
||||
#undef const
|
||||
#undef UNEXEC_SRC
|
||||
#undef HAVE_LIBDNET
|
||||
|
||||
/* If using GNU, then support inline function declarations. */
|
||||
#ifdef __GNUC__
|
||||
|
|
|
@ -50,10 +50,10 @@ NOTE-END */
|
|||
#define HAVE_ALLOCA
|
||||
#endif
|
||||
|
||||
/* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet.
|
||||
If you don't have DECnet and this causes trouble,
|
||||
just delete the definition. */
|
||||
/* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */
|
||||
#ifdef HAVE_LIBDNET
|
||||
#define LIBS_MACHINE -ldnet
|
||||
#endif
|
||||
|
||||
/* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */
|
||||
#undef KERNEL_FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue