aboutsummaryrefslogtreecommitdiff
path: root/include/ohmycal.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
commit62edbefaffeb2f9d3a52193c2e0d54c77acbcc40 (patch)
tree5e27986820bf2bf54c7e5c5b357ce0a27f971e95 /include/ohmycal.h
parent9e8edf8918c9e79386b4b07f7bc6b2528cea98fb (diff)
downloadstasis-62edbefaffeb2f9d3a52193c2e0d54c77acbcc40.tar.gz
Rebranding
Diffstat (limited to 'include/ohmycal.h')
-rw-r--r--include/ohmycal.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/ohmycal.h b/include/ohmycal.h
deleted file mode 100644
index d3e86ec..0000000
--- a/include/ohmycal.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef OHMYCAL_OHMYCAL_H
-#define OHMYCAL_OHMYCAL_H
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <limits.h>
-#include <unistd.h>
-
-#define SYSERROR stderr, "%s:%s:%d: %s\n", path_basename(__FILE__), __FUNCTION__, __LINE__, strerror(errno)
-#define OHMYCAL_BUFSIZ 8192
-
-#include "utils.h"
-#include "ini.h"
-#include "conda.h"
-#include "environment.h"
-#include "deliverable.h"
-#include "str.h"
-#include "strlist.h"
-#include "system.h"
-#include "download.h"
-#include "recipe.h"
-#include "relocation.h"
-
-#endif //OHMYCAL_OHMYCAL_H