aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/config.in b/src/config.in
index 49095ca4e5a..136f4ecd55d 100644
--- a/src/config.in
+++ b/src/config.in
@@ -414,6 +414,9 @@ Boston, MA 02111-1307, USA. */
414/* Define to 1 if you have the <nlist.h> header file. */ 414/* Define to 1 if you have the <nlist.h> header file. */
415#undef HAVE_NLIST_H 415#undef HAVE_NLIST_H
416 416
417/* Define to 1 if personality LINUX32 can be set. */
418#undef HAVE_PERSONALITY_LINUX32
419
417/* Define to 1 if you have the png library (-lpng). */ 420/* Define to 1 if you have the png library (-lpng). */
418#undef HAVE_PNG 421#undef HAVE_PNG
419 422
@@ -432,9 +435,6 @@ Boston, MA 02111-1307, USA. */
432/* Define to 1 if you have the `random' function. */ 435/* Define to 1 if you have the `random' function. */
433#undef HAVE_RANDOM 436#undef HAVE_RANDOM
434 437
435/* Define to 1 if this OS randomizes the start address of the heap. */
436#undef HAVE_RANDOM_HEAPSTART
437
438/* Define to 1 if you have the `recvfrom' function. */ 438/* Define to 1 if you have the `recvfrom' function. */
439#undef HAVE_RECVFROM 439#undef HAVE_RECVFROM
440 440
@@ -757,9 +757,9 @@ Boston, MA 02111-1307, USA. */
757/* If using the C implementation of alloca, define if you know the 757/* If using the C implementation of alloca, define if you know the
758 direction of stack growth for your system; otherwise it will be 758 direction of stack growth for your system; otherwise it will be
759 automatically deduced at run-time. 759 automatically deduced at run-time.
760 STACK_DIRECTION > 0 => grows toward higher addresses 760 STACK_DIRECTION > 0 => grows toward higher addresses
761 STACK_DIRECTION < 0 => grows toward lower addresses 761 STACK_DIRECTION < 0 => grows toward lower addresses
762 STACK_DIRECTION = 0 => direction of growth unknown */ 762 STACK_DIRECTION = 0 => direction of growth unknown */
763#undef STACK_DIRECTION 763#undef STACK_DIRECTION
764 764
765/* Define to 1 if you have the ANSI C header files. */ 765/* Define to 1 if you have the ANSI C header files. */