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.
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
* Copyright (C) NGINX, Inc.
|
||||
*/
|
||||
|
||||
#ifndef NXT_CONFIGURE
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
@@ -62,5 +60,3 @@ nxt_go_array_add(nxt_array_t *array)
|
||||
|
||||
return p;
|
||||
}
|
||||
|
||||
#endif /* NXT_CONFIGURE */
|
||||
|
||||
Reference in New Issue
Block a user