File: config.h.in

package info (click to toggle)
libmpeg1 1.3.1-2.1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 784 kB
  • ctags: 644
  • sloc: ansic: 8,520; sh: 1,333; makefile: 169
file content (25 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#define ENABLE_DITHER 1
#define STDC_HEADERS 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_NETINET_IN_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_VPRINTF 1
#define HAVE_STRTOD 1
#define HAVE_STRTOL 1
#define HAVE_RANDOM 1
#define HAVE_RAND 1
#define HAVE_LRAND48 1
#define HAVE_GETRUSAGE 1
#undef CLK_TCK
#undef _HPUX_SOURCE
#undef WORDS_BIGENDIAN

/* Not sure if these are really needed -- probably cruft from days of yore. */
#define HAVE_RANDOM_DECL 1
#define HAVE_LRAND48_DECL 1

#ifdef DMALLOC
# define DMALLOC_FUNC_CHECK
# define strdup(str) xstrdup(str)
#endif