]> git.saurik.com Git - apt.git/blobdiff - buildlib/config.h.in
Fixed or handling bug
[apt.git] / buildlib / config.h.in
index 689549e6532aedd5956ecb6d9d7d7e4409b3c94c..6606a84d4642b8215092c4b3a6917cef0b895d00 100644 (file)
@@ -2,6 +2,8 @@
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
+/* The following 4 are only used by inttypes.h shim if the system lacks
+   inttypes.h */
 /* The number of bytes in a usigned char.  */
 #undef SIZEOF_CHAR
 
@@ -23,6 +25,7 @@
 /* Define if we have the X11 windowing system. */
 #undef HAVE_X11
 
+/* These two are used by the statvfs shim for glibc2.0 and bsd */
 /* Define if we have sys/vfs.h */
 #undef HAVE_VFS_H
 
@@ -32,6 +35,9 @@
 /* Define if we have enabled pthread support */
 #undef HAVE_PTHREAD
 
+/* If there is no socklen_t, define this for the netdb shim */
+#undef NEED_SOCKLEN_T_DEFINE
+
 /* Define the architecture name string */
 #undef ARCHITECTURE
 
@@ -40,4 +46,3 @@
 
 /* The package name string */
 #undef PACKAGE
-