Skip to content
Snippets Groups Projects
Commit 6d7fa61c authored by Moe Jette's avatar Moe Jette
Browse files

Added some build notes

parent fd6783a2
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
#ifndef _SLURM_H
#define _SLURM_H
/* FIXME: REMOVE ASAP */
/* FIXME: Need better way to pick up uint16_t, uint32_t, etc. */
#if HAVE_CONFIG_H
# include <config.h>
# if HAVE_INTTYPES_H
......@@ -38,20 +38,12 @@
# include <stdint.h>
# endif
# endif /* HAVE_INTTYPES_H */
# ifdef HAVE_LIBELAN3
# include <src/common/qsw.h>
# endif
#else /* !HAVE_CONFIG_H */
# include <inttypes.h>
#endif /* HAVE_CONFIG_H */
#include <src/common/macros.h>
#include <src/common/xassert.h>
#include <src/common/slurm_protocol_common.h>
#include <stdio.h> /* for FILE definitions */
#include <time.h> /* for time_t definitions */
#include <stdio.h> /* for FILE definitions */
#include <time.h> /* for time_t definitions */
/* FIXME: Need better way to define qsw_jobinfo_t */
#ifdef HAVE_LIBELAN3
......
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