Added '#DEBHELPER#' so the /usr/doc symlink would be re...
[ntk/apt.git] / buildlib / config.h.in
CommitLineData
83ab33fc
AL
1/* Define if your processor stores words with the most significant
2 byte first (like Motorola and SPARC, unlike Intel and VAX). */
3#undef WORDS_BIGENDIAN
4
e1b74f61
AL
5/* The number of bytes in a usigned char. */
6#undef SIZEOF_CHAR
d7bccc73
AL
7
8/* The number of bytes in a unsigned int. */
e1b74f61 9#undef SIZEOF_INT
d7bccc73
AL
10
11/* The number of bytes in a unsigned long. */
e1b74f61 12#undef SIZEOF_LONG
d7bccc73
AL
13
14/* The number of bytes in a unsigned short. */
e1b74f61 15#undef SIZEOF_SHORT
118a5e95
AL
16
17/* Define if we have libgpm. */
18#undef HAVE_LIBGPM
19
20/* Define if we have the SLang library from Davis. */
21#undef HAVE_LIBSLANG
22
23/* Define if we have the X11 windowing system. */
24#undef HAVE_X11
e1b74f61 25
b819effd
AL
26/* Define if we have sys/vfs.h */
27#undef HAVE_VFS_H
28
29/* Define if we have sys/mount.h */
30#undef HAVE_MOUNT_H
31
35584d03
AL
32/* Define if we have enabled pthread support */
33#undef HAVE_PTHREAD
34
53d3d263
AL
35/* Define if h_errno is in netdb.h */
36#undef HAVE_NETDB_H
37
38/* Define if socklen_t is in sys/socket.h This does not mean we
39 shouldn't include sys/socket.h tho! */
40#undef HAVE_SYS_SOCKET_H
41
42/* If there is no socklen_t, define this(might want to update
43 configure.in. */
44#undef NEED_SOCKLEN_T_DEFINE
45
46/* Define on HP-UX */
47#undef NEED_XOPEN_NETDB_H
48
e1b74f61
AL
49/* Define the architecture name string */
50#undef ARCHITECTURE
51
52/* The version number string */
53#undef VERSION
54
55/* The package name string */
56#undef PACKAGE