comparison src/s/hpux10.h @ 15426:28464b50adfb

(LIBS_SYSTEM): Two new definitions (and #undef first).
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 Jun 1996 16:41:20 +0000
parents 482b164fe732
children 1993f23c4bfe
comparison
equal deleted inserted replaced
15425:482b164fe732 15426:28464b50adfb
8 #undef srandom 8 #undef srandom
9 #undef srand48 9 #undef srand48
10 #undef HAVE_RANDOM 10 #undef HAVE_RANDOM
11 #define HPUX10 11 #define HPUX10
12 #define FORCE_ALLOCA_H 12 #define FORCE_ALLOCA_H
13
14 #ifdef LIBS_SYSTEM
15 #undef LIBS_SYSTEM
16 #endif
17 #ifdef HPUX_NET
18 #define LIBS_SYSTEM -ln -l:libdld.sl
19 #else
20 #define LIBS_SYSTEM -l:libdld.sl
21 #endif