From 40eb1f8b9b2a76d76ef6a4a094bf8192a44cbe41 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 1 Dec 2017 16:57:30 +0300 Subject: Making Go package source distributable and renaming to 'nginx/unit'. All header files are copied to Go package sources. As the result, package can be (re-)build when required. This closes #23 issue on GitHub. --- src/go/unit/nxt_go_process.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/go/unit/nxt_go_process.c') diff --git a/src/go/unit/nxt_go_process.c b/src/go/unit/nxt_go_process.c index eb29cee1..bb2d279c 100644 --- a/src/go/unit/nxt_go_process.c +++ b/src/go/unit/nxt_go_process.c @@ -4,9 +4,6 @@ * Copyright (C) NGINX, Inc. */ -#ifndef NXT_CONFIGURE - - #include "nxt_go_process.h" #include "nxt_go_array.h" #include "nxt_go_mutex.h" @@ -149,6 +146,3 @@ fail: nxt_go_mutex_unlock(&process->incoming_mutex); } - - -#endif /* NXT_CONFIGURE */ -- cgit