Include alloca.h unconditionally
[deliverable/binutils-gdb.git] / gdb / utils.c
index 3915b58c047499ada2bbdf8ede3174a06316e5ac..ff5c00d205f0d086d71b20f404eea560accb2970 100644 (file)
@@ -2913,7 +2913,7 @@ gdb_realpath (const char *filename)
      pathconf()) making it impossible to pass a correctly sized buffer
      to realpath() (it could always overflow).  On those systems, we
      skip this.  */
-#if defined (HAVE_REALPATH) && defined (_PC_PATH_MAX) && defined(HAVE_ALLOCA)
+#if defined (HAVE_REALPATH) && defined (_PC_PATH_MAX)
   {
     /* Find out the max path size.  */
     long path_max = pathconf ("/", _PC_PATH_MAX);
This page took 0.023718 seconds and 4 git commands to generate.