Skip to content
Snippets Groups Projects
Commit 677393f1 authored by jette's avatar jette
Browse files

Result of autogen.sh run

parent 3aa2327c
No related branches found
No related tags found
No related merge requests found
......@@ -160,9 +160,6 @@
/* Define to 1 if you have the <llapi.h> header file. */
#undef HAVE_LLAPI_H
/* Define to 1 if running over LoadLeveler */
#undef HAVE_LOADLEVELER
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
......@@ -500,6 +497,9 @@
/* define if using ISO 8601 time format */
#undef USE_ISO_8601
/* Define to 1 if running over LoadLeveler */
#undef USE_LOADLEVELER
/* Version number of package */
#undef VERSION
......
......@@ -6059,7 +6059,7 @@ fi
 
if test "x$$ac_with_load_leveler" = "xyes" ; then
 
$as_echo "#define HAVE_LOADLEVELER 1" >>confdefs.h
$as_echo "#define USE_LOADLEVELER 1" >>confdefs.h
 
fi
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment