all opensrf related headers are shoved into opensrf/*.h
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 31 Aug 2005 21:14:35 +0000 (21:14 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 31 Aug 2005 21:14:35 +0000 (21:14 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@516 9efc2488-bf62-4759-914b-345cdb29e865

16 files changed:
src/gateway/fieldmapper-c-xml-out.pl
src/jserver/jserver-c.h
src/jserver/jserver-c_session.h
src/libstack/osrfConfig.h
src/libstack/osrf_app_session.h
src/libstack/osrf_message.h
src/libstack/osrf_prefork.h
src/libstack/osrf_settings.h
src/libstack/osrf_system.h
src/libtransport/transport_client.h
src/libtransport/transport_message.h
src/libtransport/transport_session.h
src/objson/json_parser.h
src/objson/object.h
src/router/router.h
src/utils/Makefile

index fa5829c..857a3fc 100755 (executable)
@@ -44,7 +44,7 @@ print SOURCE <<C;
 #include <stdio.h>
 #include "objson/object.h"
 #include "objson/json_parser.h"
-#include "utils.h"
+#include "opensrf/utils.h"
 
 char* json_string_to_xml(char*);
 void _rest_xml_output(growing_buffer*, object*, char*, int, int);
index d215a12..498df0a 100644 (file)
@@ -1,6 +1,6 @@
-#include "utils.h"
-#include "logging.h"
-#include "socket_bundle.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
+#include "opensrf/socket_bundle.h"
 #include "jserver-c_session.h"
 #include "jstrings.h"
 
index d90b048..d8e7229 100644 (file)
@@ -1,7 +1,7 @@
 #define _GNU_SOURCE
 
-#include "utils.h"
-#include "logging.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
 
 #include "jstrings.h"
 
index 0d184fe..c0a6459 100644 (file)
@@ -17,8 +17,8 @@ GNU General Public License for more details.
 #define _OSRF_CONFIG_H
 
 #include "xml_utils.h"
-#include "utils.h"
-#include "string_array.h"
+#include "opensrf/utils.h"
+#include "opensrf/string_array.h"
 #include "objson/object.h"
 
 typedef struct {
index 6d8626b..50d283a 100644 (file)
@@ -4,8 +4,7 @@
 #include "opensrf/transport_client.h"
 #include "osrf_message.h"
 #include "osrf_system.h"
-#include "string_array.h"
-//#include "osrf_config.h"
+#include "opensrf/string_array.h"
 #include "osrfConfig.h"
 
 #include "objson/object.h"
index 637c8b1..42df49a 100644 (file)
@@ -1,6 +1,6 @@
-#include "string_array.h"
-#include "utils.h"
-#include "logging.h"
+#include "opensrf/string_array.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
 #include "objson/object.h"
 #include "objson/json_parser.h"
 
index c1c35de..a2dfdb8 100644 (file)
@@ -7,7 +7,7 @@
 #include <sys/select.h>
 #include <sys/wait.h>
 
-#include "utils.h"
+#include "opensrf/utils.h"
 #include "opensrf/transport_message.h"
 #include "osrf_stack.h"
 #include "osrf_settings.h"
index f8d5d31..7241b49 100644 (file)
@@ -8,8 +8,8 @@
 #include <time.h>
 #include <stdarg.h>
 
-#include "logging.h"
-#include "utils.h"
+#include "opensrf/logging.h"
+#include "opensrf/utils.h"
 #include "objson/object.h"
 #include "objson/json_parser.h"
 #include "osrf_app_session.h"
index 0b9b262..414b7d3 100644 (file)
@@ -2,9 +2,8 @@
 #define OSRF_SYSTEM_H
 
 #include "opensrf/transport_client.h"
-#include "utils.h"
-#include "logging.h"
-//#include "osrf_config.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
 #include "osrf_settings.h"
 #include "osrfConfig.h"
 
index 318d3bf..530285d 100644 (file)
@@ -1,6 +1,6 @@
 #include "transport_session.h"
-#include "utils.h"
-#include "logging.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
 
 #include <time.h>
 
index a0dc7ff..6cc485b 100644 (file)
@@ -6,8 +6,8 @@
 #include <libxml/debugXML.h>
 #include <libxml/xmlmemory.h>
 
-#include "utils.h"
-#include "logging.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
 
 #ifndef TRANSPORT_MESSAGE_H
 #define TRANSPORT_MESSAGE_H
index 27199e8..9701cbe 100644 (file)
@@ -5,9 +5,9 @@
 // ---------------------------------------------------------------------------------
 #include "transport_message.h"
 
-#include "utils.h"
-#include "logging.h"
-#include "socket_bundle.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
+#include "opensrf/socket_bundle.h"
 
 #include "sha.h"
 
index e47a429..6beec62 100644 (file)
@@ -24,7 +24,7 @@ GNU General Public License for more details.
 
 #include <stdio.h>
 #include "object.h"
-#include "utils.h"
+#include "opensrf/utils.h"
 
 
 
index 64168b9..41a2ccf 100644 (file)
@@ -26,7 +26,7 @@ GNU General Public License for more details.
 #include <stdlib.h>
 #include <string.h>
 
-#include "utils.h"
+#include "opensrf/utils.h"
 
 /* json object types */
 #define JSON_HASH      0
index f123396..8690835 100644 (file)
@@ -2,9 +2,9 @@
 #include "opensrf/transport_message.h"
 #include "opensrf/osrf_message.h"
 
-#include "utils.h"
-#include "logging.h"
-#include "osrfConfig.h"
+#include "opensrf/utils.h"
+#include "opensrf/logging.h"
+#include "opensrf/osrfConfig.h"
 
 #include <time.h>
 #include <sys/select.h>
index f0e4c28..4433364 100644 (file)
@@ -16,8 +16,8 @@ msg:
 
 install: 
        echo installing libc_utils.so
-       cp $(UTIL_HEADERS) $(INCLUDEDIR)/
-       cp xml_utils.h $(INCLUDEDIR)/
+       cp $(UTIL_HEADERS) $(INCLUDEDIR)/$(OPENSRF)/
+       cp xml_utils.h $(INCLUDEDIR)/$(OPENSRF)/
        cp $(TMPDIR)/libc_utils.so $(LIBDIR)/
 
 libc_utils.so: $(UTIL_OBJECTS)