Skip to content

Commit

Permalink
run autoreconf
Browse files Browse the repository at this point in the history
  • Loading branch information
nmav committed Dec 13, 2014
1 parent 19c61c1 commit 5bca5a1
Show file tree
Hide file tree
Showing 22 changed files with 33,835 additions and 34,092 deletions.
638 changes: 414 additions & 224 deletions Makefile.in

Large diffs are not rendered by default.

12,543 changes: 7,642 additions & 4,901 deletions aclocal.m4

Large diffs are not rendered by default.

1,233 changes: 621 additions & 612 deletions config.guess 100644 → 100755

Large diffs are not rendered by default.

47 changes: 30 additions & 17 deletions config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.in by autoheader. */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* is big endian arch ? */
#undef BIG_ENDIAN

Expand Down Expand Up @@ -70,6 +73,9 @@
/* Define to 1 if you have the `getdomainname' function. */
#undef HAVE_GETDOMAINNAME

/* Enable the OpenBSD getentropy function */
#undef HAVE_GETENTROPY

/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME

Expand Down Expand Up @@ -100,6 +106,9 @@
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H

/* Define to 1 to use nettle for MD5. */
#undef HAVE_NETTLE

/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H

Expand Down Expand Up @@ -201,6 +210,10 @@
/* is little endian arch ? */
#undef LITTLE_ENDIAN

/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR

/* do you need the sig* prototypes ? */
#undef NEED_SIG_PROTOTYPES

Expand All @@ -219,12 +232,12 @@
/* 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

/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES

/* include code to kludge aroung Livingston RADIUS server 1.16 */
#undef RADIUS_116

Expand All @@ -234,14 +247,9 @@
/* SCP support */
#undef SCP

/* Define to 1 if the `setvbuf' function takes the buffering type as its
second argument and the buffer pointer as the third, as on System V before
release 3. */
#undef SETVBUF_REVERSED

/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
Expand All @@ -259,18 +267,23 @@

#undef VERSION

/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN

/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif

/* 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 `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

0 comments on commit 5bca5a1

Please sign in to comment.