From 5e1d02102772fff2c029b2b79fae8b5f49f14ec8 Mon Sep 17 00:00:00 2001
From: jette <jette@schedmd.com>
Date: Fri, 4 Jan 2013 09:34:12 -0800
Subject: [PATCH] Use local no-mem functions

---
 config.h.in  | 6 ------
 configure    | 7 -------
 configure.ac | 4 ----
 3 files changed, 17 deletions(-)

diff --git a/config.h.in b/config.h.in
index 947c64836fa..2d40afd9686 100644
--- a/config.h.in
+++ b/config.h.in
@@ -503,12 +503,6 @@
 /* Version number of package */
 #undef VERSION
 
-/* Have definition of lsd_fatal_error() */
-#undef WITH_LSD_FATAL_ERROR_FUNC
-
-/* Have definition of lsd_nomem_error() */
-#undef WITH_LSD_NOMEM_ERROR_FUNC
-
 /* Define if you have pthreads. */
 #undef WITH_PTHREADS
 
diff --git a/configure b/configure
index 7b61f189239..b08487c768d 100755
--- a/configure
+++ b/configure
@@ -22581,13 +22581,6 @@ fi
 LIBS="$savedLIBS"
 
 
-$as_echo "#define WITH_LSD_FATAL_ERROR_FUNC 1" >>confdefs.h
-
-
-$as_echo "#define WITH_LSD_NOMEM_ERROR_FUNC 1" >>confdefs.h
-
-
-
 
   _x_ac_blcr_dirs="/usr /usr/local /opt/freeware /opt/blcr"
   _x_ac_blcr_libs="lib64 lib"
diff --git a/configure.ac b/configure.ac
index 5c773c3b381..93ca78948b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -382,10 +382,6 @@ AC_CHECK_LIB(util, openpty, [UTIL_LIBS="-lutil"], [])
 AC_SUBST(UTIL_LIBS)
 LIBS="$savedLIBS"
 
-dnl Add LSD-Tools defines:
-AC_DEFINE(WITH_LSD_FATAL_ERROR_FUNC, 1, [Have definition of lsd_fatal_error()])
-AC_DEFINE(WITH_LSD_NOMEM_ERROR_FUNC, 1, [Have definition of lsd_nomem_error()])
-
 dnl
 dnl Check for compilation of SLURM with BLCR support:
 dnl
-- 
GitLab