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

Change some #if to #ifdef

parent d64c6fcf
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
* with SLURM; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#if HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
......@@ -40,11 +40,11 @@
# include <numa.h>
#endif
#if HAVE_SYS_TYPES_H
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_PRCTL_H
#ifdef HAVE_SYS_PRCTL_H
# include <sys/prctl.h>
#endif
......
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