diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-03 12:25:15 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-03 12:25:15 +0200 |
commit | ab188fb76d7822350724b182106a19995a73d719 (patch) | |
tree | 1b635d644d5595908bff662938373e6b0b6dcd5d /sysdep/autoconf.h.in | |
parent | 7a2c48dafce9420a23fd57408c31eecfc20c4fe0 (diff) |
Implements build options to specify socket dir and suffix.
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r-- | sysdep/autoconf.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index d029e2a7..ac6f7a87 100644 --- a/sysdep/autoconf.h.in +++ b/sysdep/autoconf.h.in @@ -62,3 +62,4 @@ /* We have stdint.h */ #undef HAVE_STDINT_H +#define CONFIG_PATH ? |