diff options
author | Ted Gould <ted@gould.cx> | 2012-09-19 16:42:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-09-19 16:42:55 -0500 |
commit | d7705fcc79144eb895a8ebc04dd5561f3c8afd70 (patch) | |
tree | d9ff52bd37fe2243aea44518bb794c096f7c098e /src/auth-check-path.h | |
parent | b3857b0cb9d0ad808a40b39ae099feaac82d8b2b (diff) | |
download | libpam-x2go-d7705fcc79144eb895a8ebc04dd5561f3c8afd70.tar.gz libpam-x2go-d7705fcc79144eb895a8ebc04dd5561f3c8afd70.tar.bz2 libpam-x2go-d7705fcc79144eb895a8ebc04dd5561f3c8afd70.zip |
Set everything up so that the auth check binary can be different in the tests
Diffstat (limited to 'src/auth-check-path.h')
-rw-r--r-- | src/auth-check-path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auth-check-path.h b/src/auth-check-path.h new file mode 100644 index 0000000..82deca2 --- /dev/null +++ b/src/auth-check-path.h @@ -0,0 +1 @@ +extern const char * auth_check_path; |