Skip to content

Commit

Permalink
updated autotools files
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed Jun 10, 2015
1 parent 1cb432f commit 015cd77
Show file tree
Hide file tree
Showing 11 changed files with 8,223 additions and 6,206 deletions.
832 changes: 593 additions & 239 deletions Makefile.in

Large diffs are not rendered by default.

1,276 changes: 892 additions & 384 deletions aclocal.m4

Large diffs are not rendered by default.

24 changes: 21 additions & 3 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
/* Define to 1 if you have the `kqueue' function. */
#undef HAVE_KQUEUE

/* Define to 1 if your system has a working `malloc' function. */
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC

/* Define to 1 if you have the <memory.h> header file. */
Expand Down Expand Up @@ -69,6 +73,9 @@
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H

Expand Down Expand Up @@ -105,6 +112,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

Expand All @@ -120,6 +130,11 @@
/* Version number of package */
#undef VERSION

/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

Expand All @@ -129,8 +144,11 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `long' if <sys/types.h> does not define. */
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc

/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t

/* Define to `unsigned' if <sys/types.h> does not define. */
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
Loading

0 comments on commit 015cd77

Please sign in to comment.