This commit is contained in:
parent
bc12879ab5
commit
ce131e87a0
|
@ -1,8 +1,8 @@
|
|||
##################################################
|
||||
# Makefile for building lib and main test routine#
|
||||
##################################################
|
||||
LOCATION=DEBIAN_7
|
||||
#LOCATION=DEBIAN_6
|
||||
#LOCATION=DEBIAN_7
|
||||
LOCATION=DEBIAN_6
|
||||
#LOCATION=OSX_10_8
|
||||
|
||||
SYSTEM = $(shell uname -s)
|
||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
LOCATION=DEBIAN_7
|
||||
#LOCATION=DEBIAN_7
|
||||
ARTKENABLED=132
|
||||
#LOCATION=DEBIAN_6
|
||||
LOCATION=DEBIAN_6
|
||||
#LOCATION=OSX_10_8
|
||||
#
|
||||
# Add other locations and move target differences into the macros as needed,
|
||||
|
|
|
@ -140,7 +140,8 @@ enum mdDGtype {
|
|||
N_MDDG_TYPES
|
||||
};
|
||||
|
||||
#ifndef acTKScenario
|
||||
#ifndef KEEPINSYNCWMD
|
||||
#define KEEPINSYNCWMD
|
||||
enum acTKScenario {
|
||||
ACTK_ALONE = 0,
|
||||
ACTK_INSECURE,
|
||||
|
|
Loading…
Reference in New Issue