16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
*** lpc/lpc.c.bak Tue Apr 23 14:33:25 1996
|
|
--- lpc/lpc.c Fri Oct 25 17:43:12 1996
|
|
***************
|
|
*** 8,15 ****
|
|
--- 8,17 ----
|
|
|
|
#if defined(Solaris) || defined(HEWLETT_PACKARD) || defined(__FreeBSD__)
|
|
#include <stdlib.h>
|
|
+ #ifndef __FreeBSD__
|
|
#define random lrand48
|
|
#define bcopy(a, b, n) memmove(b, a, n)
|
|
+ #endif
|
|
#endif
|
|
|
|
#define MAXWINDOW 1000 /* Max analysis window length */
|