Skip to content

Commit

Permalink
Merge pull request open-falcon#1 from yubo/master
Browse files Browse the repository at this point in the history
support os x
  • Loading branch information
laiwei committed Oct 29, 2015
2 parents 676b3cd + f65db41 commit c21fce4
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 329 deletions.
271 changes: 0 additions & 271 deletions gettext.h

This file was deleted.

3 changes: 2 additions & 1 deletion rrd_c.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ package rrdlite
#include <stdlib.h>
#include "rrd.h"
#include "rrdfunc.h"
#cgo CFLAGS: -std=c99 -DRRD_LITE -D_BSD_SOURCE -DHAVE_CONFIG_H -D_POSIX_SOURCE -DNUMVERS=1.4009
#cgo linux CFLAGS: -std=c99 -DRRD_LITE -D_BSD_SOURCE -DHAVE_CONFIG_H -D_POSIX_SOURCE -DNUMVERS=1.4009 -D_LINUX_OS
#cgo darwin CFLAGS: -std=c99 -DRRD_LITE -D_BSD_SOURCE -DHAVE_CONFIG_H -D_POSIX_SOURCE -DNUMVERS=1.4009 -D_DARWIN_OS
#cgo LDFLAGS: -lm
*/
import "C"
Expand Down
Loading

0 comments on commit c21fce4

Please sign in to comment.