* Include config.h, and move a couple definitions to the header file.

This commit is contained in:
Justin Maggard
2011-11-10 06:53:53 +00:00
parent 62da09d9ce
commit cbf270b601
2 changed files with 10 additions and 6 deletions

8
uuid.h
View File

@ -24,6 +24,14 @@
#ifndef __UUID_H__
#define __UUID_H__
#define ETH_ALEN 6
#ifndef NSEC_PER_SEC
#define NSEC_PER_SEC 1000000000L
#endif
#ifndef NSEC_PER_MSEC
#define NSEC_PER_MSEC 1000000L
#endif
int
get_uuid_string(char *buf);